// 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"(.|
)*?/ ($|[0-9])
// Regex:
/style lang="scss"(.|
)*?/ ($|[0-9])/gi