Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other SASS file references Reply To: SASS file references

#167980
Paulie_D
Member

This main.scss files contains handy functions and mixins which I want to be available in my module SCSS files.

They would be ‘available’ anyway.

You only need to define the mixin once in the Primary SCSS file and once you import all the subfiles under that mix-in any code that relies on the mix-in will just work.

But perhaps I’m misunderstanding your requirements.

Anyway, I don’t know of any method that will let you do what you are trying to do I’ll leave it to others with more knowledge than me…of which there are many.

:)

GL.