📜  sass 迁移师 vue - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:19.231000             🧑  作者: Mango

代码示例1
// Open the search box from vscode and activate regex
// This will help you find the divisions but you will have
// to replace them manually

// For vs code searcg
style lang="scss"(.|\n)*?\/ ($|[0-9])

// Regex:
/style lang="scss"(.|\n)*?\/ ($|[0-9])/gi