mirror of
https://github.com/kemko/liquid.git
synced 2026-01-11 20:45:47 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
9 lines
180 B
CSS
9 lines
180 B
CSS
.foo:lang(ja-JP),
|
|
.bar:nth-child(2n + 1),
|
|
.baz:nth-last-child( -1n - 1),
|
|
.qux:nth-of-type(odd ),
|
|
.quux:not( bar ),
|
|
.corge:not([class^="corge corge-"]) {
|
|
display: block;
|
|
}
|