Update buttons.md

This commit is contained in:
XhmikosR 2021-01-13 08:44:51 +02:00 committed by GitHub
parent 5e5d61c1ae
commit 43d6265203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,7 @@ buttons.forEach(function (button) {
### Mixins
There are three mixins for buttons: button and button outline variant mixins (both based on `$theme-colors), plus a button size mixin.
There are three mixins for buttons: button and button outline variant mixins (both based on `$theme-colors`), plus a button size mixin.
{{< scss-docs name="btn-variant-mixin" file="scss/mixins/_buttons.scss" >}}