Background Repeat - 图1

Work in progress!

More detailed documentation is coming soon, but in the meantime here’s a quick class reference.

Class reference

Background Repeat - 图2

Customizing

Responsive and State Variants

By default, only responsive variants are generated for background repeat utilities.

You can control which variants are generated for the background repeat utilities by modifying the backgroundRepeat property in the modules section of your Tailwind config file.

For example, this config will also generate hover and focus variants:

Background Repeat - 图3

Disabling

If you don’t plan to use the background repeat utilities in your project, you can disable them entirely by setting the backgroundRepeat property to false in the modules section of your config file:

Background Repeat - 图4