Created
September 3, 2021 14:46
-
-
Save FlorianWendelborn/cdddc1b20252d0b53fc76e45da048681 to your computer and use it in GitHub Desktop.
regex-for-scss-variables-in-vue.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regexForScssVariablesInVue = /\$(?!t\(|router|refs|emit|event|route|t:|store|i18n)([a-z]+)/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment