Nativescript-ui-feedback: [RadListView] Css Element selectors don't work with uglify

Created on 7 Nov 2019  路  1Comment  路  Source: ProgressNS/nativescript-ui-feedback

Tell us about the problem

Css Element selectors don't work with uglify.

Which platform(s) does your issue occur on?

Tested Android, but may be both.

Please provide the following version numbers that your issue occurs with:

  • Progress NativeScript UI plugin version: [email protected]
  • CLI: 6.2.0
  • Cross-platform modules: 6.2.0
  • Runtime(s): 6.2.0

Please tell us how to recreate the issue in as much detail as possible.

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.

backlog bug

Most helpful comment

The fix is released in [email protected]

>All comments

The fix is released in [email protected]

Was this page helpful?
0 / 5 - 0 ratings