摘要: 安装和使用Less安装 npm install -g less编译 lessc styles.less > styles.css变量 /* 定义变量 */ @background-color: #ffffff; @text-color: #1A237E;... 阅读全文
posted @ 2016-12-08 23:51 六楼的雨 阅读(12) 评论(0) 推荐(0) 编辑