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
27 lines
269 B
CSS
27 lines
269 B
CSS
|
|
.foo, .bar,
|
|
|
|
|
|
.baz {
|
|
|
|
display :
|
|
block ;
|
|
}
|
|
|
|
@media screen and
|
|
(
|
|
min-width : 99px ) {
|
|
.bar
|
|
{
|
|
display
|
|
: block
|
|
!important;
|
|
background-image: url(
|
|
"bar.png"
|
|
); }
|
|
}
|
|
|
|
|
|
|
|
|