jamilharun / LAB1-FINALS

0 stars 0 forks source link

Tailwindcss bug #5

Open jamilharun opened 7 months ago

jamilharun commented 7 months ago

reinstall tailwindcss

new

postcss 
autoprefixer.

index.css

@tailwind base;
@tailwind components;
@tailwind utilities;

tailwind.config.js file.

content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
  ],

postcss.config.cjs

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {}
  }
};