Skip to content

Instantly share code, notes, and snippets.

@josephbergdoll
Created May 9, 2017 20:48
Show Gist options
  • Save josephbergdoll/11047ee5c44fcaebd52ce68010f18f0d to your computer and use it in GitHub Desktop.
Save josephbergdoll/11047ee5c44fcaebd52ce68010f18f0d to your computer and use it in GitHub Desktop.
Regex - CSS Mixins
@include transform\((.+?(?=\);))\);
transform: ${1};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment