mirror of
https://github.com/kemko/liquid.git
synced 2026-01-11 12:35:48 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
12 lines
289 B
CSS
12 lines
289 B
CSS
.foo {
|
|
margin: 1px 2px 3px 2px;
|
|
padding: 1px 2px 1px 2px;
|
|
border-color: #000 #fff #000;
|
|
border-radius: 1px 1px 1px;
|
|
border-spacing: 1px 1px;
|
|
border-style: solid double solid inset;
|
|
border-width: 1px 1px 1px 1px;
|
|
background-position: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
}
|