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:
@@ -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");
|
||||
}
|
||||
|
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user