zitate/theme/static_src/postcss.config.js
Jochen Mehlich aa76bbf74b
All checks were successful
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 20s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 20s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 13s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 13s
installed django-tailwind
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
2024-08-28 14:15:32 +02:00

8 lines
121 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
"postcss-simple-vars": {},
"postcss-nested": {}
},
}