mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07: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:
+5
@@ -0,0 +1,5 @@
|
||||
.foo {
|
||||
width: calc( 100vw + 12px);
|
||||
min-width: calc(10em - 10px );
|
||||
max-width: calc( (100vw + 10em / 2) * 12 - 10px );
|
||||
}
|
||||
Reference in New Issue
Block a user