@nicco91 wrote:
Hi, I have a problem when I try using Sass in Ionic.
I installed everything is required, gulp task starts, but when it compile ionic.app.css stops and give an error like:ionic $ [10:05:35] Using gulpfile ~\Desktop\TIROCINIO\IONIC\rollPicker\rollPickerDemo\gulpfile.js
[10:05:35] Starting 'sass'...
[10:05:35] Starting 'watch'...
[10:05:35] Finished 'watch' after 16 ms
Error in plugin 'sass'
Message:
scss\ionic.app.scss
undefined
[10:05:35] Finished 'sass' after 66 msI figured out it's guilt of @import "www/lib/ionic/scss/ionic"; row (cutting it out plugin works fine).
I noticed that extension missing and I change it to @import "www/lib/ionic/scss/ionic.scss";
Same I've done with all internal files, which in @import were missing of _ (underscore) before name and extension (.scss).
I tried again launch my app but it doesn't works, it keep to give the same error, even if after a bit more time, so I think issue is deeper.
Someone had the same problem or have an idea what could be the cause?Thank you for attention, best regards.
N.
Posts: 1
Participants: 1