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 Aug 7, 2021. It is now read-only.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
✔ Getting NativeScript components versions information...
✔ Component nativescript has 5.3.0 version and is up to date.
✔ Component tns-core-modules has 5.3.1 version and is up to date.
✔ Component tns-android has 5.3.0 version and is up to date.
✔ Component tns-ios has 5.3.0 version and is up to date.
Describe the bug
If you add the css class "--some_flag_type_class_name" to a view, it will not get the styling updates. This may be an issue with the sass interpreter, or something else.
Expected behavior
The classname should be valid
Additional context
This style of classname is really useful for state related styling. For instance <div class="--disabled"> or --fading_in. I use it a lot in web dev. Would be nice to continue using it.