1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-30 08:20:39 +02:00

feat: inline SVGs using postcss-inline-svg

This commit is contained in:
Jonas Kuske
2019-06-06 23:46:18 +02:00
parent 64e7377caa
commit 436a4211eb
5 changed files with 78 additions and 12 deletions

View File

@@ -22,5 +22,5 @@
--form-placeholder: #a9a9a9;
--form-text: #ffffff;
--down-arrow-path: url("../arrow-light.svg");
--down-arrow-path: svg-load("../arrow-light.svg");
}

View File

@@ -22,5 +22,5 @@
--form-placeholder: #949494;
--form-text: #000000;
--down-arrow-path: url("../arrow-dark.svg");
--down-arrow-path: svg-load("../arrow-dark.svg");
}