Open olhapi opened 2 months ago
@olhapi hmm I guess this is an issue with a clashing tailwind config, can you send me yours so I can pinpoint the root cause ?
Can you try with the latest version (4.5.1) ?
Just installed latest version and it looks the same. My whole config is pretty much the default, I've installed remix and started playing with it just recently.
So my tailwind.css looks like this:
@tailwind base;
@tailwind components;
@tailwind utilities;
tailwind config
import type { Config } from "tailwindcss";
export default {
content: ["./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
} satisfies Config;
Just installed the plugin after initializing new remix app and see this.