Files
liquid/node_modules/csswring/test/fixtures/selector-function.css
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

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;
}