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
path: root/stylus
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@intracto.com>2018-12-20 00:21:21 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-11 21:27:14 +0300
commit5ed2c4bf5961bebf1f63422830394d4eb732be01 (patch)
tree41d968a99ad42ad6f86b3105e90a05ffd7065f7e /stylus
parentf162a6c54d036eb9b0df22ff2c59ed531b813215 (diff)
Increase base font size to 1.25rem and factor to 10
Diffstat (limited to 'stylus')
-rw-r--r--stylus/rfs.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylus/rfs.styl b/stylus/rfs.styl
index 156e157..1d8b622 100644
--- a/stylus/rfs.styl
+++ b/stylus/rfs.styl
@@ -9,7 +9,7 @@
// Configuration
// Base font size
-$rfs-base-font-size ?= 1rem
+$rfs-base-font-size ?= 1.25rem
$rfs-font-size-unit ?= rem
// Breakpoint at where font-size starts decreasing if screen width is smaller
@@ -20,7 +20,7 @@ $rfs-breakpoint-unit ?= px
$rfs-two-dimensional ?= false
// Factor of decrease
-$rfs-factor ?= 5
+$rfs-factor ?= 10
// Generate enable or disable classes. Possibilities: false, "enable" or "disable"
$rfs-classes ?= false