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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2017-08-24 15:18:04 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2017-08-24 15:18:04 +0300
commit9d13d656b3206d57697626b0e1c5544dd59534d5 (patch)
tree52463c947a2114d70da5e85548c684989c85cdd7
parente1acc85499aa6494c70dbeb4f9d54c6bc6e912fb (diff)
#2: add space before #{$rfs-suffix}
-rw-r--r--scss/_rfs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_rfs.scss b/scss/_rfs.scss
index 167c3e6..eebcdf8 100644
--- a/scss/_rfs.scss
+++ b/scss/_rfs.scss
@@ -100,7 +100,7 @@ $rfs-rem-value: 16 !default;
// Render the calculated font-size.
@media (max-width: #{$mq-max-width}) {
- font-size: calc(#{$min-width} + #{$variable-width})#{$rfs-suffix};
+ font-size: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};
}
}
}