From e67abc36cfb9a555208234e0f1067f8773011666 Mon Sep 17 00:00:00 2001 From: Rustie <64870518+woodcox@users.noreply.github.com> Date: Tue, 16 Apr 2024 03:59:04 +0100 Subject: [PATCH] Update _override-config.scss --- test/_override-config.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/_override-config.scss b/test/_override-config.scss index c227226..0761c78 100644 --- a/test/_override-config.scss +++ b/test/_override-config.scss @@ -7,7 +7,7 @@ /// $gorko-config: ( 'namespace': ( - 'prefix': 'my-prefix-', + 'prefix': '', 'classes': true, 'css-vars': true ), @@ -333,9 +333,7 @@ 'property': 'width' ), 'breakpoints': ( - 'sm': '(min-width: 36em)', - 'md': '(min-width: 48em)', - 'lg': '(min-width: 62em)' + 'lg': 'only screen and (min-width: 48em)' ) ) );