Trying to ignore all characters until ":" then select everything until "}"
Having a hard time with it.
So basically the following:
.#{$fa-css-prefix}-500px:before { content: fa-content($fa-var-500px); }
.#{$fa-css-prefix}-accessible-icon:before { content: fa-content($fa-var-accessible-icon); }
.#{$fa-css-prefix}-accusoft:before { content: fa-content($fa-var-accusoft); }
needs to look like:
-500px
-accessible-icon
-accusoft
Have the following working partially here: https://regex101.com/r/QN8gl2/3
Any help would be appreciated.