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
Wenn I run 'npm production' (webpack command from Laravel 5.4):
Module build failed:
/* Target Safari IOS7+ in order to add 76px */
Invalid CSS after "... to add 76px */": expected 1 selector or at-rule, was "_::full-page-media,"
in /node_modules/vegas/src/sass/main/vegas.sass (line 63, column 47)
It's possible to fix it?
The text was updated successfully, but these errors were encountered:
The problem is with the node_modules/vegas/src/sass/main/vegas.scss, which uses iOS Safari hack - I'm not sure it is still needed, but the get rid of the problem you can remove the following form the end of this file:
/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlaybottom: -76px
This hack also affects Asp.net MVC. When adding the CSS with the Frameworks CSS bundler it will throw an "index out of range" exception because it doesn't know the _: selector.
Microsoft.Ajax.Utilities.CssParser has a problem with _: css selector.
// app.css
// webpack.mix.js
Wenn I run 'npm production' (webpack command from Laravel 5.4):
It's possible to fix it?
The text was updated successfully, but these errors were encountered: