Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/docs/background-color.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ Hover utilities can also be combined with responsive utilities by adding the res
'variants' => [
'responsive',
'hover',
'focus'
],
])
1 change: 1 addition & 0 deletions source/docs/border-color.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ Hover utilities can also be combined with responsive utilities by adding the res
'variants' => [
'responsive',
'hover',
'focus',
],
])
1 change: 1 addition & 0 deletions source/docs/font-weight.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ Hover utilities can also be combined with responsive utilities by adding the res
'variants' => [
'responsive',
'hover',
'focus',
],
])
2 changes: 2 additions & 0 deletions source/docs/shadows.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,7 @@ If a `default` shadow is provided, it will be used for the non-suffixed `.shadow
],
'variants' => [
'responsive',
'hover',
'focus',
],
])
1 change: 1 addition & 0 deletions source/docs/text-color.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ Hover utilities can also be combined with responsive utilities by adding the res
'variants' => [
'responsive',
'hover',
'focus',
],
])
1 change: 1 addition & 0 deletions source/docs/text-style.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ Hover utilities can also be combined with responsive utilities by adding the res
'variants' => [
'responsive',
'hover',
'focus',
],
])