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:
authorThiago da Silva <38531381+tsilvap@users.noreply.github.com>2019-04-02 22:17:29 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-04-02 22:17:29 +0300
commit62fef1741002bcea44b10e88255e6526ff7b5a7d (patch)
tree7b6c1c3059f7826fab81eaeda790021f80334d83 /test/stylus
parentc483bca45c3501ec913e54113a4971f63a4428bb (diff)
Declare font-size mixin for less and add tests (#129)
Diffstat (limited to 'test/stylus')
-rw-r--r--test/stylus/main.styl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stylus/main.styl b/test/stylus/main.styl
index 8257e44..644bd9a 100644
--- a/test/stylus/main.styl
+++ b/test/stylus/main.styl
@@ -26,3 +26,6 @@
.selector-8
responsive-font-size(32)
+
+.selector-9
+ responsive-font-size(2rem)