-
-
Notifications
You must be signed in to change notification settings - Fork 15
Support import of CSS in SCSS #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @vhristov5555 , Could you try to import the scss file instead of the css? I.e.: Read more about SASS Usage in NativeScript documentation. |
Hi, Importing scss file is working @import '~nativescript-theme-core/scss/dark'. |
I'm marking support for importing css in scss as a feature. |
is there any workaround ? any workaround available? |
this fails with the file not found error : this works but it is useless from within a scss file : I am only working in scss so i need the first one to work. |
hii @zbranzov , |
Nativescript 3.4.0
try to import a theme @import 'nativescript-theme-core/css/core.dark.css';
Actual: The theme is not going to be applied
The generated code will be:
@import url(/Users/vhristov/Downloads/NSPlayground/app/nativescript-theme-core/css/core.dark.css);
The text was updated successfully, but these errors were encountered: