langflow/docs/tailwind.config.js
2023-07-18 15:08:00 -03:00

12 lines
256 B
JavaScript

module.exports = {
content: ['./src/**/*.html', './src/**/*.js', './src/**/*.tsx'],
corePlugins: { preflight: false, container: false },
important: '#tailwind',
theme: {
extend: {
maxWidth: {
xxs: '18rem',
},
},
},
};