mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
21 lines
218 B
CSS
21 lines
218 B
CSS
@import "foo.css";
|
|
|
|
@media screen {
|
|
.bar {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media
|
|
(min-width: 99px) {
|
|
.baz {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@font-face
|
|
{
|
|
font-family: "Qux";
|
|
src: url("qux.woff") format("woff");
|
|
}
|