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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Grindley <ian@ignition-studios.com>2019-08-09 14:47:59 +0300
committerIan Grindley <ian@ignition-studios.com>2019-08-09 14:47:59 +0300
commitc9c6f0bf951d6231eac16ad763e5c8df59013b18 (patch)
tree03c532f85eb769c9e07bca0c92d569aee264704e
parent8ebe2b973384486ffe063ec40fe657ef5e30c035 (diff)
Fixes for Hound
Line should be indented 2 spaces, but was indented 4 spaces Removed leading zeros
-rw-r--r--src/utilities/_text.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utilities/_text.scss b/src/utilities/_text.scss
index fa1cbd8..5796905 100644
--- a/src/utilities/_text.scss
+++ b/src/utilities/_text.scss
@@ -47,15 +47,15 @@
}
.text-small {
- font-size: 0.9em;
+ font-size: .9em;
}
.text-tiny {
- font-size: 0.8em;
+ font-size: .8em;
}
.text-muted {
- opacity: 0.8;
+ opacity: .8;
}
// Text overflow utilities