mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-16 07:58:58 +00:00
17 lines
406 B
SCSS
17 lines
406 B
SCSS
@charset "UTF-8";
|
|
/*------------------------------------*\
|
|
$CLEARFIX
|
|
\*------------------------------------*/
|
|
/**
|
|
* Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
|
|
* Extend the clearfix class with Sass to avoid the `.cf` class appearing over
|
|
* and over in your markup.
|
|
*/
|
|
.cf{
|
|
&:after{
|
|
content:"";
|
|
display:table;
|
|
clear:both;
|
|
}
|
|
}
|