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
2024-12-01 13:24:25 +01:00
Code
Issues
Actions
Packages
Releases
Activity
5099a60ffe
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 09:54:10 +02:00
@mixin
float-left
{
Update styles for Ruby Sass compat
2014-12-16 21:29:47 +01:00
float
:
left
!important
;
}
Rename pull-*-{left|right} classes to .float-*-left and .float-*-right
2016-09-26 09:54:10 +02:00
@mixin
float-right
{
Update styles for Ruby Sass compat
2014-12-16 21:29:47 +01:00
float
:
right
!important
;
}
Reference in New Issue
Copy Permalink