Sass question about importing functions

I created two scss files in assets/styles/common, first contains @font-face definitions and second sass functions. Both imported in main.scss.
Now when i use font in __header.scss it works, but i can’t use functions.
I had to import functions file directly into __header.scss.
Is this expected behaviour or something is wrong with my sage?

This topic was automatically closed after 42 days. New replies are no longer allowed.