.footer{
width : percentage(5px / 10px);
height: 5px / 10px * 100#{'%'};
}
// 效果一模一样,都懒得记这么长的单词
width : percentage(5px / 10px);
height: 5px / 10px * 100#{'%'};
}
// 效果一模一样,都懒得记这么长的单词
2016-07-29
列表参数之间可以使用逗号,$list:(border 1px solid,#369 2px solid)
>> length($list)=>2
>> length($list)=>2
2016-07-27
quote 这个函数 如果中间有空格 也不行 如:
.test3 {
content: quote(ImWeb Designer);
}
这样也是会报错的
.test3 {
content: quote(ImWeb Designer);
}
这样也是会报错的
2016-07-27