I am upgrading to Ionic 4. How can I import mixins globally and having to import the file in every sass that uses a mixin? I've tried editing angular.json
, global.scss
and variables.scss
but no luck.
It should be adding the import to global with the line @import "./mixins";
. I've tried adding it as the first line and the last line.