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:
6
scss/mixins/_float.scss
Normal file
6
scss/mixins/_float.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
@mixin float-left {
|
||||
float: left !important;
|
||||
}
|
||||
@mixin float-right {
|
||||
float: right !important;
|
||||
}
|
Reference in New Issue
Block a user