Answers for "add tailwind in angualr"

CSS
1

add tailwindcss to angular

npm install postcss@latest autoprefixer@latest
Posted by: Guest on October-05-2021
0

tailwind in angular

module.exports = {
    mode: 'jit',
    purge: [
      // ...
    ]
    // ...
}
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language