From c674d3cbb605932d9f9715db84d04b9f5e28715e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=96=D0=B5=D0=BA=D0=BE=D0=B2?= Date: Fri, 19 Jul 2024 12:23:12 +0300 Subject: [PATCH] docs: update readme to use correct name for mixin --- misc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/README.md b/misc/README.md index eb199ee..19edf0a 100644 --- a/misc/README.md +++ b/misc/README.md @@ -58,7 +58,7 @@ Change the appearance of the components using themes & swatches by utilizing css @use "baka-material-you/themes/dark" as dark-swatch; :root { - @include materila-you.styles(); + @include material-you.styles(); @media screen and (prefers-color-scheme: dark) { @include dark-swatch.design-styles();