From 43d62652032529da270e4983ccb9f1db74dc0f28 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Jan 2021 08:44:51 +0200 Subject: [PATCH] Update buttons.md --- site/content/docs/5.0/components/buttons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md index 6c176f51c..063bae1c4 100644 --- a/site/content/docs/5.0/components/buttons.md +++ b/site/content/docs/5.0/components/buttons.md @@ -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" >}}