Files
decomp.me/frontend/postcss.config.js
alex a3e3f6ed7b Frontend fixes (#429)
* fix decompile modal  codemirror height

* bump browserslist

* fix scrollbars

* remove storybook, update things

* fix editor styling

Co-authored-by: Ethan Roseman <ethteck@gmail.com>
2022-04-02 22:00:43 +09:00

7 lines
86 B
JavaScript

module.exports = {
plugins: [
"autoprefixer",
"cssnano",
],
}