nuxt-monaco-editor
nuxt-monaco-editor copied to clipboard
Warnings when minifying css: [WARNING] Unexpected "," [css-syntax-error]
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 */
I got the same warning. Did you find a workaround ?