Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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"(.|
)*?/ ($|[0-9])

// Regex:
/style lang="scss"(.|
)*?/ ($|[0-9])/gi
 
PREVIOUS NEXT
Tagged: #sass #migrate #division #vue
ADD COMMENT
Topic
Name
8+7 =