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
ab451e5dc0
Bootstrap
/
scss
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 23:02:35 +01:00
@mixin
clearfix
()
{
Use double colons for psuedo elements Fix #17052
2015-08-19 22:31:31 +02:00
&
:
:
after
{
shorter clearfix
2015-08-23 09:18:28 +02: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 07:18:48 +01:00
clear
:
both
;
}
}
Reference in New Issue
Copy Permalink