1
0
Fork 0
docsearch/packages/website/tailwind.config.js
Shane Afsar d0c15d68cb
chore(website) - update text and compress images (#1863)
* chore(website): update language and compress images

* ran linter

* - update aria text
2023-04-21 15:38:12 -04:00

12 lines
254 B
JavaScript

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