OpenAuth_views/postcss.config.js
Fabian Stamm 8e4c292959 Lots of changes:
- Switching build system to pure rollup without too much custom logic
- Restructuring files
- Adding Popup View
- Make everything typescript compatible
- Adding @hibas123/theme
- Start switching to @hibas123/theme
2020-11-03 23:22:24 +01:00

8 lines
107 B
JavaScript

module.exports = {
plugins: [
require("cssnano")({
preset: "default",
}),
],
};