Dependent Files with Less for Visual Studio

171 views Asked by At

I'm having a problem compiling Less files, and I think I am confused about the basic workflow.

Right now, I have one main.less file that contains all of my imports, and three dependent less files. If I import main.less into all three files, I get a lot of redundant CSS. What I think I want to do is tell the compiler that the three files depend on main.less without importing it.

Can someone please help me understand the Less workflow better?

0

There are 0 answers