RussianRonin
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) > >  > > postcss-preset-env does not override well tailwind v4 css. > > ` css: { postcss: { plugins: [postcssPresetEnv({ features: {} })] } },` >...