mensch
mensch copied to clipboard
A decent CSS parser.
Results
3
mensch issues
Sort by
recently updated
recently updated
newest added
Run this code: ``` var mensch = require('mensch'); var parsed = mensch.parse('.my-class:not(.class1, .class2) {}', { position: true, comments: true, }); ``` The `parsed.stylesheet.rules` will be an array with two items:...
Closing brackets don't revert to the correct 'before-selector' and are stuck in 'at-group', causing issues with the output CSS where brackets are closed off only at the end. An example...