Opal-Estate-Pro/node_modules/rtlcss/test/data/variables.js

15 lines
409 B
JavaScript
Raw Normal View History

2019-09-13 04:44:33 +02:00
module.exports = [
{
'should': 'Should not process variables starting with direction',
'expected': ':root {--left-margin: 1em}',
'input': ':root {--left-margin: 1em}',
'reversable': true
},
{
'should': 'Should not process variables containing direction',
'expected': ':root {--brightest: red}',
'input': ':root {--brightest: red}',
'reversable': true
}
]