wishthis/node_modules/rtlcss/test/data/special.js
2022-05-29 11:24:36 +02:00

8 lines
250 B
JavaScript

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