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-19 11:50:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
96e9205009
bootstrap
/
scss
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 22:02:35 +00:00
@mixin
clearfix
()
{
Use double colons for psuedo elements Fix #17052
2015-08-19 20:31:31 +00:00
&
:
:
after
{
shorter clearfix
2015-08-23 07:18:28 +00:00
content
:
"
"
;
display
:
table
;
Break mixins.less up into smaller modules. Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
2014-03-10 06:18:48 +00:00
clear
:
both
;
}
}
Reference in a new issue
Copy permalink