tailwindcss/docs/source/docs/background-repeat.blade.md
2017-11-29 10:21:07 -05:00

851 B

extends title description features
_layouts.documentation Background Repeat Utilities for controlling the repetition of an element's background image.
responsive customizable hover focus
true false false false

@include('_partials.work-in-progress')

@include('_partials.class-table', [ 'rows' => [ [ '.bg-repeat', 'background-repeat: repeat;', 'Repeat the background image both vertically and horizontally.', ], [ '.bg-no-repeat', 'background-repeat: no-repeat;', 'Don't repeat the background image.', ], [ '.bg-repeat-x', 'background-repeat: repeat-x;', 'Repeat the background image only horizontally.', ], [ '.bg-repeat-y', 'background-repeat: repeat-y;', 'Repeat the background image only vertically.', ], ] ])