Answers for "tailwind css and angular"

CSS
0

tailwind in angular

module.exports = {
    mode: 'jit',
    purge: {
      enabled: true,
      content: ['./src/**/*.{html,ts}']
}
}
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language