会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iriliguo
Happiness is about having each tiny wish come true.
博客园
首页
新随笔
联系
订阅
管理
2017年5月2日
less学习笔记
摘要: 1.koala可以用来编译less; 2.less注释: //不会被编译 /*此注释会编译到css里*/ 3.定义变量: less: @test_width:300px; .box { width:@test_width;//编译在css为width:300px; height:@test_widt
阅读全文
posted @ 2017-05-02 14:11 iriliguo
阅读(136)
评论(0)
推荐(0)
编辑
公告