mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -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:
+26
@@ -0,0 +1,26 @@
|
||||
|
||||
.foo, .bar,
|
||||
|
||||
|
||||
.baz {
|
||||
|
||||
display :
|
||||
block ;
|
||||
}
|
||||
|
||||
@media screen and
|
||||
(
|
||||
min-width : 99px ) {
|
||||
.bar
|
||||
{
|
||||
display
|
||||
: block
|
||||
!important;
|
||||
background-image: url(
|
||||
"bar.png"
|
||||
); }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user