-
Sam Beckham authored
| find | replace | | ------ | ------ | | `(^(?!.*gl-button).*class:.*)btn (.*$)` | `$1gl-button btn $2` | | `(^(?!.*gl-button).*)(\.btn[\.{])` | `$1.gl-button$2` |
e8e3116e
| find | replace | | ------ | ------ | | `(^(?!.*gl-button).*class:.*)btn (.*$)` | `$1gl-button btn $2` | | `(^(?!.*gl-button).*)(\.btn[\.{])` | `$1.gl-button$2` |