I have a really big .less file that I am trying to break into smaller files for readability purposes.
But the files I am importing rely on variables and mixins from the main.less file...so they don't compile on their own.
Should I just include the variables and mixins at the top of both files, or is there a better way to go about this?