Hi there again,
sorry for the multiple issues, I do understand that this is a pre-alpha version still though is awesome to use.
Now, as I read in the README there is already support for CSS preprocessors.
So I installed node-sass as said and rename the files (one file it is for one component) to .sass.
That was all.
No .css file is produced. I kept the .css file in the styleUrls option but also tried the .sass that of course cannot be imported.
Now if I go back to .css the file is created and included but I see (in the Network tab) that is included as XHR and therefore browser is not recognise it as a Stylesheet and therefore again it's not rendering the UI correctly.
Any ideas?
Hi there again,
sorry for the multiple issues, I do understand that this is a pre-alpha version still though is awesome to use.
Now, as I read in the README there is already support for CSS preprocessors.
So I installed
node-sassas said and rename the files (one file it is for one component) to.sass.That was all.
No
.cssfile is produced. I kept the.cssfile in thestyleUrlsoption but also tried the.sassthat of course cannot be imported.Now if I go back to
.cssthe file is created and included but I see (in the Network tab) that is included as XHR and therefore browser is not recognise it as a Stylesheet and therefore again it's not rendering the UI correctly.Any ideas?