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

9 lines
258 B
JavaScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
module.exports = [
{
'should': 'Should not negate tokens',
'expected': 'div { box-shadow: rgba(0, 128, 128, 0.98) inset -5em 1em 0;}',
'input': 'div { box-shadow: rgba(0, 128, 128, 0.98) inset 5em 1em 0;}',
'reversable': true
}
]