Css Element selectors don't work with uglify.
Tested Android, but may be both.
Steps to reproduce:
tns create TestApp --template tns-template-master-detail-ng
Add `.m-r-20{ background-color: red; }` at the end of `TestApp/src/app.android.scss`
tns run android --env.uglify
Result:
Red colour is not applied.
The fix is released in [email protected]
Most helpful comment
The fix is released in [email protected]