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>2018-12-29 03:22:16 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-11 21:27:14 +0300
commit98ea1bcd1f33c039dcdab6ee671d1ab6140ce774 (patch)
tree2001f70049f02603f2ebfff99995cc257fa917ca /test/stylus
parent39c277f742693f0446d03d9dbc60a19dda2a4308 (diff)
More mocha tests (#62)
Diffstat (limited to 'test/stylus')
-rw-r--r--test/stylus/test-10.styl10
-rw-r--r--test/stylus/test-5.styl2
-rw-r--r--test/stylus/test-6.styl2
-rw-r--r--test/stylus/test-7.styl2
-rw-r--r--test/stylus/test-8.styl2
-rw-r--r--test/stylus/test-9.styl9
6 files changed, 27 insertions, 0 deletions
diff --git a/test/stylus/test-10.styl b/test/stylus/test-10.styl
new file mode 100644
index 0000000..10b84d8
--- /dev/null
+++ b/test/stylus/test-10.styl
@@ -0,0 +1,10 @@
+$rfs-base-font-size = 12px
+$rfs-font-size-unit = px
+$rfs-breakpoint = 800
+$rfs-breakpoint-unit = rem
+$rfs-two-dimensional = true
+$rfs-factor = 5
+$rfs-class = true
+$rfs-safari-iframe-resize-bug-fix = true
+@import "../../stylus/rfs";
+@import "main"
diff --git a/test/stylus/test-5.styl b/test/stylus/test-5.styl
new file mode 100644
index 0000000..578f328
--- /dev/null
+++ b/test/stylus/test-5.styl
@@ -0,0 +1,2 @@
+$rfs-breakpoint-unit = em
+@import "main";
diff --git a/test/stylus/test-6.styl b/test/stylus/test-6.styl
new file mode 100644
index 0000000..f3df4b1
--- /dev/null
+++ b/test/stylus/test-6.styl
@@ -0,0 +1,2 @@
+$rfs-base-font-size = 17px
+@import "main";
diff --git a/test/stylus/test-7.styl b/test/stylus/test-7.styl
new file mode 100644
index 0000000..fce5ecd
--- /dev/null
+++ b/test/stylus/test-7.styl
@@ -0,0 +1,2 @@
+$rfs-font-size-unit = px
+@import "main";
diff --git a/test/stylus/test-8.styl b/test/stylus/test-8.styl
new file mode 100644
index 0000000..cc9f178
--- /dev/null
+++ b/test/stylus/test-8.styl
@@ -0,0 +1,2 @@
+$rfs-two-dimensional = true
+@import "main";
diff --git a/test/stylus/test-9.styl b/test/stylus/test-9.styl
new file mode 100644
index 0000000..a860640
--- /dev/null
+++ b/test/stylus/test-9.styl
@@ -0,0 +1,9 @@
+$rfs-base-font-size = 12px
+$rfs-font-size-unit = px
+$rfs-breakpoint = 800
+$rfs-breakpoint-unit = rem
+$rfs-two-dimensional = true
+$rfs-factor = 5
+$rfs-class = true
+$rfs-safari-iframe-resize-bug-fix = true
+@import "main"