1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Rename pull-*-{left|right} classes to .float-*-left and .float-*-right

This commit is contained in:
Mark Otto
2016-09-26 00:54:10 -07:00
parent 6181cf9d5d
commit 3dc4b3647c
20 changed files with 54 additions and 54 deletions

6
scss/mixins/_float.scss Normal file
View File

@@ -0,0 +1,6 @@
@mixin float-left {
float: left !important;
}
@mixin float-right {
float: right !important;
}