mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
8 lines
246 B
CSS
8 lines
246 B
CSS
.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;
|
|
}
|