This website requires JavaScript.
Explore
Help
Sign In
mirror
/
bootstrap
Watch
1
Star
0
Fork
0
You've already forked bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-02-23 09:41:11 +00:00
Code
Issues
Projects
Releases
Wiki
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