Skip to content

Instantly share code, notes, and snippets.

@FlorianWendelborn
Created September 3, 2021 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianWendelborn/cdddc1b20252d0b53fc76e45da048681 to your computer and use it in GitHub Desktop.
Save FlorianWendelborn/cdddc1b20252d0b53fc76e45da048681 to your computer and use it in GitHub Desktop.
regex-for-scss-variables-in-vue.js
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