mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 12:35:44 +01:00
fix: typo - variable -> variables
This commit is contained in:
parent
0de724ade2
commit
da5e8fd653
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
> ⚠ Any changes you make to files within this folder **will be overwritten** on next build!
|
||||
|
||||
→ Edit variables within `src/variable-[...].scss`
|
||||
→ Use them within Sass by importing `src/_variables/_variable-[...]`.
|
||||
→ Edit variables within `src/variables-[...].scss`
|
||||
→ Use them within Sass by importing `src/_variables/_variables-[...]`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue