mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
8 lines
85 B
SCSS
8 lines
85 B
SCSS
%clearfix {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|