带有 "Sass/Less" 标签的共有1篇
【金秋打卡】第1天 前端开发工程师2022版-saas基础
课程名称:前端开发工程师2022版课程章节:saas基础课程讲师:Elex课程内容:sass1、安装vscode安装插件:live sass compiler后缀是.scss或.sass 在watch自动编译后 会生成对应的.css文件2、变量//定义:$small-font:14px+3px;//引用: font-size: $small-font;3、嵌套.scss:.header{ color:red; span{ color:blue; }}//相当于.css.header{color:red;}.header span{...
117浏览
1推荐
0评论