Ivailo Hristov
Ivailo Hristov
@reardestani That's because `removeDeclarationBlockBySelector` doesn't recurse. However what you are doing is dangerous anyway, because there might be non-empty blocks with the same selector. You should do it like this:...
Not really. I believe I oversimplified the example :smiley: Consider this: ```CSS div { background: green; width: calc((100vw - 100px) / 2); height: 100px; } ``` Without this fix the...
I like the idea, but the method name `insert` suggests that it must have a parameter for position: before or after. Also what if we just map this to the...
Bump
Hi, I've updated the PR to include the recommended stricter checks for `rgb` and `hsl` color modes.
> Hi @raxbg, > > Thanks for the suggestion. > > However, moving forwards, we are looking to isolate core functionality (parsing) from additional CSS debugging features (#463). > >...
#390 is closed now and seems like it's no longer needed. There shouldn't be anything else blocking the merge of this PR :) Let me know if you have any...
Hey @oliverklee @JakeQZ I've caught this up with the latest main. Do you think this can be merged?
@oliverklee @JakeQZ Do you think this can be merged?
Thanks, I might look into this soon.