Sass Migrate Division Vue
// 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
florinrelea