Skip to content

Commit b915707

Browse files
authored
Merge pull request #376 from florianbouvot/master
Add clear none
2 parents 154e200 + f3b8274 commit b915707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/docs/clear.blade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ features:
2323
'.clear-both',
2424
'clear: both;',
2525
],
26+
[
27+
'.clear-none',
28+
'clear: none;',
29+
],
2630
]
2731
])
2832

0 commit comments

Comments
 (0)