mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 09:50:48 -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:
+7
@@ -0,0 +1,7 @@
|
||||
.foo {
|
||||
list-style: circle url("foo.png");
|
||||
background-image: url('foo.png');
|
||||
background: url(foo.png) rgb(238, 238, 238) no-repeat fixed;
|
||||
cursor: url("open(parens.cur"), auto;
|
||||
border-image: url(escaped-close\)parens.png) 30 30 repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user