Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
16
sass/inuitcss/generic/_clearfix.scss
Normal file
16
sass/inuitcss/generic/_clearfix.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
@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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue