From da5e8fd653b1497df5a6a6baffc3a4727d625469 Mon Sep 17 00:00:00 2001 From: Jonas Kuske <30421456+jonaskuske@users.noreply.github.com> Date: Mon, 6 May 2019 01:56:07 +0200 Subject: [PATCH] fix: typo - variable -> variables --- src/_variables/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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-[...]`.