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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-01-02 00:46:12 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-01-02 00:46:12 +0300
commit141e1258ac4e4454171be9d3cd61a0dbd9eec4f0 (patch)
tree57071827fc696e15f0f44262eb91be8c8de6f6bf
parentd5a8d71906504c209d16505e9e78ced8ef41658b (diff)
parent0845e3999b1c5e28f7d3015073e0999565aa551b (diff)
Merge pull request #811 from thomasguittonneau/fixComm
Fix error comment
-rw-r--r--sass/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/buttons.scss b/sass/buttons.scss
index 7abec8a..3338eaa 100644
--- a/sass/buttons.scss
+++ b/sass/buttons.scss
@@ -22,7 +22,7 @@
// Active & filled button styles
&:active,
&.active {
- color: inherit; // Overriding the gloabl style for all anchors.
+ color: inherit; // Overriding the global style for all anchors.
background-color: #ccc;
}