@import "ionic.globals";?

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?

1 Like

Hi danielgroph

did you get solution / fix for this?

As I am getting the same error.

Best
Qasim

I am getting same error -@import “ionic.globals”; and says “File to import not found or unreadable: ionic.globals.”