Answers for "can we use tailwind with angular"

CSS
1

add tailwindcss to angular

npx tailwindcss init
Posted by: Guest on October-05-2021
0

tailwind in angular

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

Code answers related to "can we use tailwind with angular"

Browse Popular Code Answers by Language