mirror of
https://github.com/kemko/liquid.git
synced 2026-01-16 06:55:57 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
8 lines
165 B
CSS
8 lines
165 B
CSS
.foo {
|
|
background-image: url("data:image/svg+xml,<svg version='1.0'></svg>");
|
|
}
|
|
|
|
.bar {
|
|
background-image: url('data:image/svg+xml,<svg version="1.0"></svg>');
|
|
}
|