Opal-Estate-Pro/node_modules/rtlcss/test/data/special.js
2019-09-13 11:27:52 +07:00

9 lines
258 B
JavaScript
Executable File

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
}
]