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
19 lines
343 B
CSS
19 lines
343 B
CSS
.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");
|
|
}
|