RussianRonin

Results 3 comments of RussianRonin

If you look at the second pull request I opened (#13)... it does a much better job of handling #define lines in sourcepawn.

One thing I have found out is that you can polyfill your css for things like tailwind v4 with postcss-preset-env. It's a postcss plugin that will run at build time...

> [@RussianRonin](https://github.com/RussianRonin) > > ![Image](https://github.com/user-attachments/assets/51d3c01e-0aa7-4ae5-a202-9fa77d631249) > > postcss-preset-env does not override well tailwind v4 css. > > ` css: { postcss: { plugins: [postcssPresetEnv({ features: {} })] } },` >...