mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 09:50:48 -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:
+21
@@ -0,0 +1,21 @@
|
||||
@keyframes foo {
|
||||
from {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
50%, to {
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
bar {
|
||||
top: 999px;
|
||||
}
|
||||
|
||||
101% {
|
||||
top: 101px;
|
||||
}
|
||||
|
||||
25%, 75%, -25% {
|
||||
top: 50px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user