_sass/buttons.scss in just-the-docs-0.5.1 vs _sass/buttons.scss in just-the-docs-0.5.2

- old
+ new

@@ -109,5 +109,15 @@ } .btn-green { @include btn-color($white, $green-100); } + +.btn-reset { + background: none; + border: none; + margin: 0; + text-align: inherit; + font: inherit; + border-radius: 0; + appearance: none; +}