摘要: 解决方法地址:https://stackoverflow.com/questions/17683458/how-do-i-commit-case-sensitive-only-filename-changes-in-git 阅读全文
posted @ 2021-02-20 15:33 kyrie1 阅读(212) 评论(0) 推荐(0)
摘要: 1、SASS的基本用法: 1.1 变量 SASS允许使用变量,所有变量以$开头。 $blue : #1875e7; div { color : $blue; } 如果变量需要镶嵌在字符串之中,就必须需要写在#{}之中。 $side : left; .rounded { border-#{$side} 阅读全文
posted @ 2021-02-20 08:48 kyrie1 阅读(57) 评论(0) 推荐(0)