Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/htr3n/hyde-hyde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Cundiff <dan.cundiff@gmail.com>2019-09-14 20:51:28 +0300
committerDan Cundiff <dan.cundiff@gmail.com>2019-09-14 20:51:28 +0300
commit7d51cabbef7f2c23f34f6aa4a397b23bcbb4a336 (patch)
tree13f08a39a35ff39117c487ac601c324b5f2c1316
parentad9701ba35f647dbbc03bbddbdab6a835a61031c (diff)
Fix duplicate gray variable in scss
-rw-r--r--assets/scss/hyde-hyde/_variables.scss2
1 files changed, 1 insertions, 1 deletions
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;