Hi guys. I’m using ionic version 3.19.1. I started new project and I notice that my variable.scss
does not work I expected. It cannot find this imports @import “ionic.globals”; @import “ionic.theme.default”; @import “ionic.ionicons”; @import “roboto”; @import “noto-sans”;
I got Cannot resolve file fault for them. How can ı solve this? Thanks, sorry for my english!
I got the same issue today, it can be solved by redirect these links.
This files do exist, but not at the path of this folder, you can replace them as follow:
I literally just gave up updating my app because i can’t figure out for the love of god how to update the theming between the two versions and there is literally zero help or documentation available.
Sure, there are the Ionic 3 or Ionic 4 docs but no migration gudie whatsoever. The official migration guide just points you towards generic ionic4 links so you can “figure it out yourself” lol.