🚀 Init bot-engine
This commit is contained in:
19
packages/bot-engine/tailwind.config.js
Normal file
19
packages/bot-engine/tailwind.config.js
Normal file
@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
mode: 'jit',
|
||||
purge: ['./src/**/*.tsx'],
|
||||
darkMode: false,
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
xs: '400px',
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {
|
||||
extend: {
|
||||
opacity: ['disabled'],
|
||||
cursor: ['disabled'],
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
Reference in New Issue
Block a user