WebStorm Regex replace simple match stylus MatchRegex: ^(?<tab>\s+)(?<property>[\w-]+):?\s+(?<value>.+)$ ReplaceValue: $1$2: $3; stylus variable to css variable MatchRegex: \$([\w-]+) ReplaceValue: var(--$1)