This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
bootstrap
Watch
1
Star
0
Fork
You've already forked bootstrap
0
mirror of
https://github.com/Hopiu/bootstrap.git
synced
2026-04-28 15:54:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ee47abd56c
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 07:54:10 +00: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 07:54:10 +00:00
@mixin
float-right
{
Update styles for Ruby Sass compat
2014-12-16 20:29:47 +00:00
float
:
right
!important
;
}
Reference in a new issue
Copy permalink