We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff0834 commit ee6241aCopy full SHA for ee6241a
src/plugins/float.js
@@ -5,6 +5,9 @@ export default function() {
5
'.float-right': { float: 'right' },
6
'.float-left': { float: 'left' },
7
'.float-none': { float: 'none' },
8
+ '.clear-left': { clear: 'left' },
9
+ '.clear-right': { clear: 'right' },
10
+ '.clear-both': { clear: 'both' },
11
'.clearfix:after': {
12
content: '""',
13
display: 'table',
0 commit comments