♻️ Re-organize workspace folders
This commit is contained in:
14
packages/deprecated/bot-engine/tailwind.config.js
Normal file
14
packages/deprecated/bot-engine/tailwind.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
content: ['./src/**/*.tsx'],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
xs: '400px',
|
||||
},
|
||||
brightness: {
|
||||
225: '2.25',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user