You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HACK for IE// http://stackoverflow.com/a/14676665/1458162if(module.media){// insert media into the @import// this is rar// TODO improve this and parse the CSS to support multiple mediascontent=content.replace(/;|\s*$/,module.media);//**!!!!!** module.media missing ';'}
The text was updated successfully, but these errors were encountered:
Fi2zz
changed the title
[bug] Missing semicolon on "@import url(path/to/css) screen and (max-width:1024px) "
[bug] Missing semicolon after "@import url(path/to/css) screen and (max-width:1024px) "
Sep 8, 2023
Yegorich555
pushed a commit
to Yegorich555/webpack-must-have
that referenced
this issue
Nov 1, 2023
Actual Behavior
Expected Behavior
How Do We Reproduce?
this can be found in this line.
https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/src/index.js#L1367
The text was updated successfully, but these errors were encountered: