lwenn
Results
3
issues of
lwenn
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:...
I read the code, it cannot get style from link stylesheet, could you support it?