mirror of
https://github.com/kemko/liquid.git
synced 2026-01-11 12:35:48 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
16 lines
94 B
CSS
16 lines
94 B
CSS
.foo {
|
|
display: block;
|
|
}
|
|
|
|
.bar {
|
|
;
|
|
}
|
|
|
|
.baz {
|
|
/* empty */
|
|
}
|
|
|
|
.qux {
|
|
/*! not empty */
|
|
}
|