Tag: Sass
All the articles with the tag "Sass".
JS Node Sass 升级及常见错误解决方法
Published: at 09:15 AM本文记录了升级 JS Node Sass 过程中遇到的问题及解决方案,包括 `SassError: expected selector` 错误(使用 `::v-deep` 替换 `/deep/`)、`TypeError: token.type.endsWith is not a function` 错误(降级 `babel-eslint` 至 `^8.2.2`),并提供了解决方案。