[css] 你有用过sass中的Mixin功能吗?它有哪些作用?
1.混合用法
2.函数用法1. @mixin ellipsis-one {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}.test {@inculde ellipsis-one;}2. @mixin hoverColor ($color, $deepColor) {color: $color;cursor: pointer;&:hover {color: $deepColor;}
}
.test {@inculde hoverColor(#555, #333);
}
个人简介
我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论
主目录
与歌谣一起通关前端面试题