UNPKG

386 BCSSView Raw
1/* PASS: -restyle--is-selector-js('.test') should be `true` */
2/* PASS: -restyle--is-selector-js('color') should be `false` */
3/* PASS: -restyle--is-selector-js('&:disabled') should be `true` */
4/* PASS: -restyle--is-selector-js('test') should be `false` */
5/* PASS: -restyle--is-selector-js('& test') should be `true` */
6/* PASS: -restyle--is-selector-js('> test') should be `true` */