1
0
Fork 0
docsearch/packages/website/tailwind.config.js
2023-10-19 15:49:08 -04:00

15 lines
307 B
JavaScript

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