Where is the ionic.globals file? Is it not meant to be only global ?
Means: @import "globals";
instead of @import "ionic.globals";
The problem is, if I don’t import the global.scss
, none of the style set there will take effect, but I assume the ionic.globals
is the file in ionic node package and we should keep it. Then how to make my global to take effect?