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:
authorHuy Tran <hoang.huy.tran@gmail.com>2019-10-03 10:25:30 +0300
committerGitHub <noreply@github.com>2019-10-03 10:25:30 +0300
commit0fc1d4a20d0166e0ae3b48da4d1b2ae2a16c095b (patch)
tree13f08a39a35ff39117c487ac601c324b5f2c1316
parentad9701ba35f647dbbc03bbddbdab6a835a61031c (diff)
parent7d51cabbef7f2c23f34f6aa4a397b23bcbb4a336 (diff)
Merge pull request #85 from pmotch/master
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;