mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 17:00:39 -07:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
6 lines
137 B
CSS
6 lines
137 B
CSS
.foo {
|
|
width: calc( 100vw + 12px);
|
|
min-width: calc(10em - 10px );
|
|
max-width: calc( (100vw + 10em / 2) * 12 - 10px );
|
|
}
|