This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
twbs--bootstrap
Watch
1
Star
0
Fork
You've already forked twbs--bootstrap
0
mirror of
https://github.com/twbs/bootstrap.git
synced
2022-11-09 12:25:43 -05:00
Code
Releases
Activity
6824f71795
twbs--bootstrap
/
scss
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Normal View
History
Unescape
Escape
convert to scss
2014-12-02 17:02:35 -05:00
@mixin
clearfix
()
{
Use double colons for psuedo elements Fix #17052
2015-08-19 16:31:31 -04:00
&
:
:
after
{
Update clearfix mixin (#21224) * Update clearfix to use block instead of table display (also reorder properties for linting) * update docs snippet for clearfix mixin—was apparently still using Less syntax and had old clearfix hack (even before the block change in this PR)
2016-11-27 20:05:29 -05:00
display
:
block
;
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 02:18:48 -04:00
clear
:
both
;
Update scss mixins to comply with scss-linting rules (#22151) * Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da68d1846ad592eb4a105046a939557830. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
2017-03-18 16:06:05 -04:00
content
:
"
"
;
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 02:18:48 -04:00
}
}
Copy permalink