mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 09:50:11 -06:00
Applied a version of the instructions here: https://github.com/timonweb/django-tailwind/issues/229 and ran most of the "original build" instructions
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
"postcss-simple-vars": {},
|
|
"postcss-nested": {}
|
|
},
|
|
}
|