special.js 250 B

12345678
  1. module.exports = [
  2. {
  3. 'should': 'Should not negate tokens',
  4. 'expected': 'div { box-shadow: rgba(0, 128, 128, 0.98) inset -5em 1em 0;}',
  5. 'input': 'div { box-shadow: rgba(0, 128, 128, 0.98) inset 5em 1em 0;}',
  6. 'reversable': true
  7. }
  8. ]