How do I stop a file being imported more than once with SASS and Midscape?
问题 I am just learning Sass and have used the @import. I have the following situation... _master.scss <-- this contains all my global variables like color _child1.scss <-- this is for one of my child pages but it needs stuff from master _child2.scss <-- this is for one of other my child pages but it also needs stuff from master Now the problem is _master is getting quite big. So when I save my Scss files (the children) using Mindscape tools in Visual Studio 2012 I notice that the generated css