This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-01-18 10:52:19 +01:00
Code
Issues
Actions
Packages
Releases
Activity
Bootstrap
/
scss
/
mixins
/
_float.scss
7 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
2016-09-26 00:54:10 -07:00
@mixin
float-left
{
Update styles for Ruby Sass compat
2014-12-16 20:29:47 +00:00
float
:
left
!important
;
}
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
2016-09-26 00:54:10 -07:00
@mixin
float-right
{
Update styles for Ruby Sass compat
2014-12-16 20:29:47 +00:00
float
:
right
!important
;
}
Reference in New Issue
Copy Permalink