mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 02:10:41 -07:00
Set up Grunt
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
@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");
|
||||
}
|
||||
Reference in New Issue
Block a user