mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-21 13:59:25 -06:00
* fix decompile modal codemirror height * bump browserslist * fix scrollbars * remove storybook, update things * fix editor styling Co-authored-by: Ethan Roseman <ethteck@gmail.com>
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
"autoprefixer",
|
|
"cssnano",
|
|
],
|
|
}
|