Eri*_*tch 0 css sass
我想是能包住SASS的@include一个缩写,如@i为了方便.
@include
@i
这可能吗?这样做的最佳方法是什么?
#foo { @include rounded(3px); }
变为:
#foo { @i rounded(3px); }
提前致谢.
boo*_*sey 5
使用Sass语法,您可以使用+:
+
#foo +rounded(3px)
归档时间:
13 年,4 月 前
查看次数:
560 次
最近记录: