Results 3 comments of Teo

I think the problem in you application is the mdsvex extension rather than svelte.I test it by removing the mdsvex call from the preprocess at your svelte.config.js file and there...

I could be wrong but I think at [https://github.com/pngwn/MDsveX/blob/26591be63e088f57c78108553813ef18cc8ca5b1/packages/mdsvex/src/index.ts#L153-L159](https://github.com/pngwn/MDsveX/blob/26591be63e088f57c78108553813ef18cc8ca5b1/packages/mdsvex/src/index.ts#L153-L159) mdsvex is directly reading your file ( L153 ) from your svelte configuration file ./src/lib/components/Post.svelte and then pass it as a...

Hi @pedroferreira37 I did a litle experiment on this and I found that css-tree as you said will strip all the comments form except exclamation comments (i.e. /*! .. */)....