From 0859c68c9d6e286eba4ac82f7f4db536e1328ebb Mon Sep 17 00:00:00 2001 From: Mike Cotton Date: Tue, 28 May 2024 09:55:29 -0500 Subject: [PATCH] reorder css --- mixins/_buttons.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/_buttons.pcss b/mixins/_buttons.pcss index 2a40127..dc7a22d 100644 --- a/mixins/_buttons.pcss +++ b/mixins/_buttons.pcss @@ -4,8 +4,8 @@ @define-mixin button-global { background: transparent; - border-radius: 0; border: 0; + border-radius: 0; color: inherit; cursor: pointer; display: inline-block;