Cosmin Popovici
Cosmin Popovici
Btw I'm also noticing this with inline CSS: Input: ```html ``` Output: ```html ``` `printWidth` is set to `500` so it's not an issue of wrapping, it only happens when...
Correction, at least in the first example it's not to do with the CSS properties, this also gets formatted: ```html ``` So this is about multiple selectors on the same...
Since there are several types of selectors and implementing them all isn't trivial, I think we could focus on a short list of the most commonly used ones? Maybe this...
If it can be done by the user then sure, it doesn’t matter if it’s a guide in the docs or even in a plugin like `posthtml-match-helper`. I understand the...
Was reading up on `htmlparser2` and it got me thinking, if [`css-select`](https://github.com/fb55/css-select) also uses it, and PostHTML also uses it, couldn't `tree.match` somehow use `css-select`? Or, maybe a plugin like...
Ah, bummer... would have been cool, especially considering it has CSS lvl 4 selector support :)
Ugh, tough one to track down! Looks like it's coming from a dependency in our `removeInlinedSelectors` code, which tries to remove possibly-inlined CSS selectors. The issue occurs in `posthtml-attrs-parser`, which...
Opened a PR, once we get it fixed I'll work on backporting it to `v0.1.2` so we can use it in Maizzle 4.x 👍 https://github.com/posthtml/posthtml-attrs-parser/pull/17
By the way, if you're using base64 in HTML emails: https://www.caniemail.com/features/image-base64/
@sebastianblesgen sorry this took a while, published `v4.8.3` now that should fix it 👍