Last active
July 19, 2017 11:10
-
-
Save Rudis1261/9c1043406d23bde57d52d6de8d7246e6 to your computer and use it in GitHub Desktop.
SCSS Find Replace Variable Assignments
This file contains hidden or 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
(?:.(?!:.+))+; | |
OR | |
:[^:]+; |
This file contains hidden or 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
.+(?=\$) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment