Answers for "how to use tailwind with angular"

CSS
0

tailwind in angular

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

Browse Popular Code Answers by Language