a{ color:red; margin-top:10px; margin-left:20px; margin-right:30px;
}请教一下,什么工具可以自动把css文件输出为这种格式:margin:上下左右。谢谢各位大神!!
2 回答
芜湖不芜
TA贡献1796条经验 获得超7个赞
你可以设置一个css函数,以stylus为例:
m( top, bottom, left, right) margin toppx rightpx bottompx leftpx
然后在对应的css中引入这个这个函数,你的css就能这么写
a{ color:red; m(10,0,20,30);}
- 2 回答
- 0 关注
- 671 浏览
添加回答
举报
0/150
提交
取消