我有var。
@base: #96959A;
.ts_no{ text-shadow: none; }
.pos { position: absolute; z-index: 2; display: block; }
............
Compiled vars.cs:
.ts_no {
text-shadow: none;
}
.pos {
position: absolute;
z-index: 2;
display: block;
}
我的档案少有几处,其中包括无案(@import vars)。 因此,所有这些档案都无所作为。 因此,所有汇编的目录都包含汇编的词汇。 档案风格较差:
风格:
.ts_no { text-shadow: none; }
.pos { position: absolute; z-index: 2; display: block; }
............
What is the best way to have variables and mixins in one file, and not repeat it in all files?
感谢