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
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
I am using the latest version and getting the following error when build with the parceljs:
@parcel/transformer-css: Unknown at rule: @-moz-viewport
328 |
It seems that is already a legacy code which is no longer compilable.
The eslint is saying: Unknown at rule @-moz-viewportscss(unknownAtRules)
I see in the code:
// Make viewport responsive
//
// @Viewport is needed because IE 10+ doesn't honor in
// some cases. See http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/.
// Eventually @Viewport will replace . It's been manually
// prefixed for forward-compatibility.
@-moz-viewport {
width: device-width;
}
audi-ui/src/breakpoint/_breakpoint.scss
Line 21 in ba28dbf
Can anyone help here? Do we need a change in the code?
Btw.: Is this project still maintanable? Maybe let's get rid of already not supported IE ?
The text was updated successfully, but these errors were encountered: