2
0
Files
bot/packages/deprecated/bot-engine/tailwind.config.js

15 lines
201 B
JavaScript
Raw Normal View History

2021-12-08 09:33:25 +01:00
module.exports = {
content: ['./src/**/*.tsx'],
2021-12-08 09:33:25 +01:00
theme: {
extend: {
screens: {
xs: '400px',
},
brightness: {
225: '2.25',
},
2021-12-08 09:33:25 +01:00
},
},
plugins: [],
}