mirror of
https://github.com/decompme/decomp.me.git
synced 2026-05-03 05:26:43 -05:00
a3e3f6ed7b
* 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",
|
|
],
|
|
}
|