NativeScript/nativescript-dev-sass

Nested styles are not reflected in the demo.

Closed this issue · 1 comments

If you change 'scss' files in the 'styles' folder of the demo app, they will get properly to the 'platforms' folder but won't get reflected in the app's UI.
If you change some scss file on the root level, both changes will apply.

"nativescript": {
"id": "org.nativescript.demo",
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "3.4.1"
}
},
"dependencies": {
"nativescript-theme-core": "^1.0.4",
"tns-core-modules": "^3.0.0"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "file:../src"
}

The new watcher fixes it. Good job!