From f2a357d742efe4e8795b4e204323e15a8c319598 Mon Sep 17 00:00:00 2001 From: Angel Meraz <2284513+angelmeraz@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:33:41 +0000 Subject: [PATCH] docs: updates to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce0bfac..e08fb39 100644 --- a/README.md +++ b/README.md @@ -176,12 +176,12 @@ const classes = ClassGroup(baseStyles, styleOverrides); console.log(classes); // Results in: +// effectively overriding the classes from 'baseStyles.alert.appearance' +// and leaving 'baseStyles.alert.layout' intact // { // alert: 'flex p-4 bg-red-50', // } -// Effectively overriding the classes from 'baseStyles.alert.appearance' and leaving 'baseStyles.alert.layout' intact - // Styles can be also be reused and extended const extendOverrides = { alert: {