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@intracto.com>2018-10-13 16:48:28 +0300
committerMartijn Cuppens <martijn.cuppens@intracto.com>2018-10-13 16:48:28 +0300
commit301132d126a46bcb06a943d8941a0e2e6c7d267a (patch)
tree49d8cc0811c6a38b8a2cae47f38b72cb9cd675fc /examples/stylus
parent8faebf19e139d5970540f239c04c43ba245456b3 (diff)
Add unitless examples
Diffstat (limited to 'examples/stylus')
-rw-r--r--examples/stylus/gulp/dest/main.css4
-rw-r--r--examples/stylus/gulp/src/main.styl4
-rw-r--r--examples/stylus/node/dest/main.css4
-rw-r--r--examples/stylus/node/src/main.styl4
4 files changed, 16 insertions, 0 deletions
diff --git a/examples/stylus/gulp/dest/main.css b/examples/stylus/gulp/dest/main.css
index 1693c70..119904f 100644
--- a/examples/stylus/gulp/dest/main.css
+++ b/examples/stylus/gulp/dest/main.css
@@ -55,3 +55,7 @@
}
}
}
+/* responsive-font-size property without unit */
+.selector-8 {
+ font-size: 32;
+}
diff --git a/examples/stylus/gulp/src/main.styl b/examples/stylus/gulp/src/main.styl
index 21c6e76..e919002 100644
--- a/examples/stylus/gulp/src/main.styl
+++ b/examples/stylus/gulp/src/main.styl
@@ -30,3 +30,7 @@
@supports (display: flex)
.selector-7
rfs(28px)
+
+/* responsive-font-size property without unit */
+.selector-8
+ responsive-font-size(32)
diff --git a/examples/stylus/node/dest/main.css b/examples/stylus/node/dest/main.css
index 1693c70..119904f 100644
--- a/examples/stylus/node/dest/main.css
+++ b/examples/stylus/node/dest/main.css
@@ -55,3 +55,7 @@
}
}
}
+/* responsive-font-size property without unit */
+.selector-8 {
+ font-size: 32;
+}
diff --git a/examples/stylus/node/src/main.styl b/examples/stylus/node/src/main.styl
index 21c6e76..e919002 100644
--- a/examples/stylus/node/src/main.styl
+++ b/examples/stylus/node/src/main.styl
@@ -30,3 +30,7 @@
@supports (display: flex)
.selector-7
rfs(28px)
+
+/* responsive-font-size property without unit */
+.selector-8
+ responsive-font-size(32)