From 731607b55efd3ffdec4a6ae3ef4c106b6b119845 Mon Sep 17 00:00:00 2001 From: Wagner Maciel Date: Thu, 5 Oct 2023 16:21:47 -0400 Subject: [PATCH] build: fix ci lint failure --- src/material/_index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/material/_index.scss b/src/material/_index.scss index 71696858e3d6..42ef68ac2064 100644 --- a/src/material/_index.scss +++ b/src/material/_index.scss @@ -103,7 +103,8 @@ input-density, input-base; @forward './list/list-theme' as list-* show list-theme, list-color, list-typography, list-density, list-base; -@forward './menu/menu-theme' as menu-* show menu-theme, menu-color, menu-typography, menu-density, menu-base; +@forward './menu/menu-theme' as menu-* show menu-theme, menu-color, menu-typography, menu-density, +menu-base; @forward './paginator/paginator-theme' as paginator-* show paginator-theme, paginator-color, paginator-typography, paginator-density, paginator-base; @forward './progress-bar/progress-bar-theme' as progress-bar-* show