mirror of
https://github.com/kemko/liquid.git
synced 2026-01-04 17:25:41 +03:00
17 lines
203 B
SCSS
17 lines
203 B
SCSS
%clearfix {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
.visually-hidden {
|
|
position:absolute;
|
|
left:-10000px;
|
|
top:auto;
|
|
width:1px;
|
|
height:1px;
|
|
overflow:hidden;
|
|
}
|