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
in the web the standard is #rrggbbaa but {N} supports #aarrggbb
Right now i am facing an issue with webpack which is wrongly translated colors in production NativeScript/nativescript-dev-webpack#1133
It also have bad side effects like in VSCode which wrongly shows those colors.
Now i know it is a breaking change for user. So what i am thinking about is a flag in the app package.json to use the new format.
Would you agree with that? (i could make a simple PR)
The text was updated successfully, but these errors were encountered:
in the web the standard is
#rrggbbaa
but {N} supports#aarrggbb
Right now i am facing an issue with webpack which is wrongly translated colors in production
NativeScript/nativescript-dev-webpack#1133
It also have bad side effects like in VSCode which wrongly shows those colors.
Now i know it is a breaking change for user. So what i am thinking about is a flag in the app package.json to use the new format.
Would you agree with that? (i could make a simple PR)
The text was updated successfully, but these errors were encountered: