From 7d51cabbef7f2c23f34f6aa4a397b23bcbb4a336 Mon Sep 17 00:00:00 2001 From: Dan Cundiff Date: Sat, 14 Sep 2019 12:51:28 -0500 Subject: [PATCH] Fix duplicate gray variable in scss --- assets/scss/hyde-hyde/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/hyde-hyde/_variables.scss b/assets/scss/hyde-hyde/_variables.scss index 6e5306c..0e742a4 100644 --- a/assets/scss/hyde-hyde/_variables.scss +++ b/assets/scss/hyde-hyde/_variables.scss @@ -3,7 +3,7 @@ $gray-1: #f9f9f9; $gray-2: #eee; $gray-3: #ddd; $gray-4: #ccc; -$gray-4: #bbb; +$gray-5: #bbb; $gray-6: #878787; $gray-7: #767676; $gray-8: #515151;