This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helse-sprik/frontend/postcss.config.js
Markus Johansen 8716505f5e La til Aksel + Tailwind dependency
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
2023-07-06 16:01:02 +02:00

7 lines
109 B
JavaScript

module.exports = {
plugins: {
"postcss-import" : {},
tailwindcss: {},
autoprefixer: {},
},
}