mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +00:00
move to root dir
This commit is contained in:
25
tailwind.config.js
Normal file
25
tailwind.config.js
Normal file
@ -0,0 +1,25 @@
|
||||
/*
|
||||
* 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: {
|
||||
extend: {
|
||||
colors: {
|
||||
'primary':'#90A8D8',
|
||||
'secondary':'#DDBC91',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user