build(style): ⬇️ Adiciona suporte ao tailwind
Foi preciso fazer um downgrade do CRA (create-react-app) para que fosse possivel o suporte ao tailwind
This commit is contained in:
12
tailwind.config.js
Normal file
12
tailwind.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
purge: ['./public/index.html', './src/**/*.{js,jsx,ts,tsx,css}'],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user