2
0
Files
bot/packages/bot-engine/tailwind.config.js
Baptiste Arnaud 772b16c6ce 🚀 Init Turbo Repo
2021-12-16 15:19:05 +01:00

18 lines
232 B
JavaScript

module.exports = {
mode: 'jit',
theme: {
extend: {
screens: {
xs: '400px',
},
},
},
variants: {
extend: {
opacity: ['disabled'],
cursor: ['disabled'],
},
},
plugins: [],
}