mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:34:10 +08:00
13 lines
256 B
JavaScript
13 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',
|
|
},
|
|
},
|
|
},
|
|
};
|