mirror of
https://github.com/kognise/water.css.git
synced 2025-08-13 16:44:58 +02:00
fix: typo - variable -> variables
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Every file matching variable-*.scss in src/ will be processed with PostCSS,
|
Every file matching variables-*.scss in src/ will be processed with PostCSS,
|
||||||
prefixed with "_" and copied to this folder at build time.
|
prefixed with "_" and copied to this folder at build time.
|
||||||
|
|
||||||
> ⚠ Any changes you make to files within this folder **will be overwritten** on next build!
|
> ⚠ Any changes you make to files within this folder **will be overwritten** on next build!
|
||||||
|
|
||||||
→ Edit variables within `src/variable-[...].scss`
|
→ Edit variables within `src/variables-[...].scss`
|
||||||
→ Use them within Sass by importing `src/_variables/_variable-[...]`.
|
→ Use them within Sass by importing `src/_variables/_variables-[...]`.
|
||||||
|
Reference in New Issue
Block a user