Follow steps from this link:
{% embed url="https://tailwindcss.com/docs/installation" %}
this will create this file:
change the insights:
Add those to index.css
Bug with Tailwind:
So I encountered a bug with Tailwind implementation.
- postcss.config.js -> rename to .cjs Should look like this:
module.exports = { plugins: { tailwindcss: { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'] }, }, }
.png)
.png)
.png)
.png)
.png)