mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
15 lines
201 B
JavaScript
15 lines
201 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.tsx'],
|
|
theme: {
|
|
extend: {
|
|
screens: {
|
|
xs: '400px',
|
|
},
|
|
brightness: {
|
|
225: '2.25',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|