diff --git a/src/_variables/README.md b/src/_variables/README.md index 79a1d6e..18ae53c 100755 --- a/src/_variables/README.md +++ b/src/_variables/README.md @@ -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-[...]`.