Ran the button regex
| find | replace | | ------ | ------ | | `(^(?!.*gl-button).*class:.*)btn (.*$)` | `$1gl-button btn $2` | | `(^(?!.*gl-button).*)(\.btn[\.{])` | `$1.gl-button$2` |
Showing
This diff is collapsed.
Please register or sign in to comment