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>2020-02-28 21:35:24 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2020-02-29 16:26:02 +0300
commit08b998e20d9b9fbaf6f2a0bc93f186feea9277ae (patch)
tree236f5d686abf6557dc480c3678193062b379ba8c /test/postcss
parente8a654f459de62a8220f3d9451d87d55a87a0ea3 (diff)
Add additional test
Diffstat (limited to 'test/postcss')
-rw-r--r--test/postcss/tests.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/postcss/tests.js b/test/postcss/tests.js
index 304e747..01205d9 100644
--- a/test/postcss/tests.js
+++ b/test/postcss/tests.js
@@ -45,5 +45,9 @@ module.exports = {
},
'test-11': {
mode: 'max-media-query'
+ },
+ 'test-12': {
+ mode: 'max-media-query',
+ twoDimensional: true
}
};