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:
Diffstat (limited to 'test/postcss/tests.js')
-rw-r--r--test/postcss/tests.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/postcss/tests.js b/test/postcss/tests.js
index 6de7d8b..37fb0dd 100644
--- a/test/postcss/tests.js
+++ b/test/postcss/tests.js
@@ -8,5 +8,37 @@ module.exports = {
},
'test-4': {
class: 'enable'
+ },
+ 'test-5': {
+ breakpointUnit: 'em'
+ },
+ 'test-6': {
+ baseFontSize: '17px'
+ },
+ 'test-7': {
+ fontSizeUnit: 'px'
+ },
+ 'test-8': {
+ twoDimensional: true
+ },
+ 'test-9': {
+ baseFontSize: '12px',
+ fontSizeUnit: 'px',
+ breakpoint: 800,
+ breakpointUnit: 'rem',
+ twoDimensional: true,
+ factor: 5,
+ class: true,
+ safariIframeResizeBugFix: true,
+ },
+ 'test-10': { // Not testable
+ baseFontSize: '12px',
+ fontSizeUnit: 'px',
+ breakpoint: 800,
+ breakpointUnit: 'rem',
+ twoDimensional: true,
+ factor: 5,
+ class: true,
+ safariIframeResizeBugFix: true,
}
};