2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00
inventree-website/home/tailwind.config.js
2021-11-06 00:51:26 +01:00

19 lines
480 B
JavaScript

/*
* A tailwinds config file used to generate atomic utility css classes.
* See: https://tailwindcss.com/docs/configuration/
* Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js
*
* Run '$ npm run css:dev' to compile changes in this file.
*/
module.exports = {
purge: [
'{,!(node_modules|_site)/**/}*.{html,md}',
],
darkMode: 'media',
theme: {},
plugins: [
require('@tailwindcss/typography'),
],
}