码迷,mamicode.com
首页 > 其他好文 > 详细

less变量

时间:2018-07-15 11:17:54      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:pre   color   class   div   width   nbsp   style   符号   text   

less中的变量用@符号,例如@变量名:值

 

@text_width:300px;
.box{
  width: @text_width;
}
=>
.box {
  width: 300px;
}

 

less变量

标签:pre   color   class   div   width   nbsp   style   符号   text   

原文地址:https://www.cnblogs.com/wzndkj/p/9311784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!