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 has been archived by the owner on Aug 7, 2021. It is now read-only.
In {N} hex 8 colors are define that way #aarrggbb
Now there is an issue with the uglify/production and nativescript-dev-webpack/css2json-loader
When using production and uglify, #aarrggbb will be transformed to rgba format but it will do so thinking the original hex format is #rrggbbaa
Consequently i end up with the wrong colors in production builds, which is not nice :D
I think the way to fix this right now is not to change those values to rgba.
The best way would be for N to support #rrggbbaa which is the default for the web
The text was updated successfully, but these errors were encountered:
In {N} hex 8 colors are define that way
#aarrggbb
Now there is an issue with the uglify/production and
nativescript-dev-webpack/css2json-loader
When using production and uglify,
#aarrggbb
will be transformed to rgba format but it will do so thinking the original hex format is#rrggbbaa
Consequently i end up with the wrong colors in production builds, which is not nice :D
I think the way to fix this right now is not to change those values to rgba.
The best way would be for N to support
#rrggbbaa
which is the default for the webThe text was updated successfully, but these errors were encountered: