1
0
mirror of https://github.com/kognise/water.css.git synced 2025-02-24 22:02:50 +01:00

fix: typo - variable -> variables

This commit is contained in:
Jonas Kuske 2019-05-06 01:56:07 +02:00
parent 0de724ade2
commit da5e8fd653

View File

@ -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-[...]`.