mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00: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": {}
|
|
},
|
|
}
|