Malcolm Nihlén

Results 44 comments of Malcolm Nihlén

I temporarily worked around this by (and don't judge me) simply copying the source code into mine and fixing the import errors. I'll keep a close eye on these issues...

I've been able to work around this issue by using the following `postcss.config.js` file which mirrors [the default plugins](https://github.com/Poimen/stencil-tailwind-plugin/blob/main/src/helpers/postcss.ts#L50-L56): ```js // PostCSS configuration to disable the postcss-combine-media-query plugin // that's...

The bot suggestion above would probably work, but it would be a lot of extra code just to be able to use a framework that Storybook supports out of the...

While waiting on a fix for this I whipped up this hack that I run after the transformation has been done ```mjs import { readFile, writeFile } from "node:fs/promises"; const...