摘要: 本文记录scss的基本用法 引入外部文件 @import "xxxxxxx" 1.scss定义变量 $ $fontSize: 100px; .content { font-size: $fontSize } 2.scss中继承 语法: @extend XXX .extend { color: red 阅读全文
posted @ 2021-04-16 17:44 盐焗小羊腿 阅读(1206) 评论(0) 推荐(0)