e-chan1007 / nuxt-monaco-editor

Integrate monaco-editor with Nuxt
https://e-chan1007.github.io/nuxt-monaco-editor
MIT License
119 stars 16 forks source link

Warnings when minifying css: [WARNING] Unexpected "," [css-syntax-error] #33

Open jesephan opened 1 year ago

jesephan commented 1 year ago

Hi, I used latest version of nuxtjs and nuxt-monaco-editor v1.2.3 and just wondering if the error is caused by the nuxt-monaco-editor. I encounter the error when running production build. The error is

warnings when minifying css:
▲ [WARNING] Unexpected "," [css-syntax-error]

<stdin>:2757:112: 2757 │ ...t:focus .selected .monaco-icon-label:after,/* list */,/* list */

ManUtopiK commented 7 months ago

I got the same warning. Did you find a workaround ?