79151475

Date: 2024-11-02 19:57:39
Score: 2
Natty:
Report link

1 - Follow this documentation -> https://tailwindcss.com/docs/guides/create-react-app

2 - add this -> npm i postcss 3 - add this -> npm i autoprefixer 4 - create manually this file in your project -> postcss.config.js 5 - add below code inside of postcss.config.js

export default {
    plugins: {
      tailwindcss: {},
      autoprefixer: {},
    },
  }

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cavidan Bagiri