mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 01:40:42 -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:
+18
@@ -0,0 +1,18 @@
|
||||
.foo {
|
||||
background-image: url("1.png"),
|
||||
url("2.png"),
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#000 0%,
|
||||
#fff 100%
|
||||
)
|
||||
;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "f";
|
||||
src: url("f.eot#a") format("embedded-opentype"),
|
||||
url("f.woff") format("woff"),
|
||||
url("f.ttf") format("truetype"),
|
||||
url("f.svg#b") format("svg");
|
||||
}
|
||||
Reference in New Issue
Block a user