mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-19 14:09:55 -04:00
9 lines
250 B
JavaScript
9 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
|
|
}
|
|
]
|