wishthis/node_modules/rtlcss/test/data/special.js

9 lines
250 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00: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
}
]