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

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-22 10:07:44 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-22 10:07:44 +0300
commitfd058831047946fa1f298504cce150894e0d60b0 (patch)
tree09958e21bb0cf32151f59e09ec104560156aceb4 /test
parenta323041dbbba3c183de5945bc97bd7d6fc25306b (diff)
Simplify @if statements. Clean-up from #89.
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/variables/font/output.css4
-rw-r--r--test/fixtures/variables/indent-amount/output.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index 05b4c28..f3df41f 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -228,8 +228,8 @@ ul {
margin: 1.5rem 0; }
/**
- * Turn off margins on nested lists.
- */
+ * Turn off margins on nested lists.
+ */
ol ol,
ol ul,
ul ol,
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index ef0fec4..2f67b2a 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -228,8 +228,8 @@ ul {
margin: 1.5em 0; }
/**
- * Turn off margins on nested lists.
- */
+ * Turn off margins on nested lists.
+ */
ol ol,
ol ul,
ul ol,