mirror of
https://github.com/kemko/liquid.git
synced 2026-01-16 06:55:57 +03: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:
8
node_modules/csswring/test/fixtures/selector-function.css
generated
vendored
Normal file
8
node_modules/csswring/test/fixtures/selector-function.css
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user