From 57a4ac2661fca937c8d1ce58913b45b0e9c1bef5 Mon Sep 17 00:00:00 2001 From: Billow Date: Tue, 26 Jan 2021 10:09:25 +0200 Subject: [PATCH] Box Supports Variables Hey there. I noticed that on the documentation page it says the box element does not support variables when it actually does. --- docs/documentation/elements/box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/elements/box.html b/docs/documentation/elements/box.html index d0350fff5..729f5d2c4 100644 --- a/docs/documentation/elements/box.html +++ b/docs/documentation/elements/box.html @@ -11,7 +11,7 @@ breadcrumb: meta: colors: false sizes: false - variables: false + variables: true --- {% capture box_example %} -- 2.47.2