mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
10 lines
111 B
SCSS
10 lines
111 B
SCSS
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
}
|
|
|
|
.code--input {
|
|
&:before {
|
|
content: 'stuff'
|
|
}
|
|
}
|