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