sHORTgpt / docs /tailwind.config.js
wiydarrr's picture
Upload folder using huggingface_hub
5f685fd verified
raw
history blame contribute delete
254 Bytes
module.exports = {
purge: ['./src/**/*.html', './src/**/*.js', './src/**/*.tsx'],
corePlugins: { preflight: false, container: false },
important: '#tailwind',
theme: {
extend: {
maxWidth: {
xxs: '18rem',
},
},
},
};