From 446474c8ed64864717e8aad53f77c4e10da0792c Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Mon, 22 Apr 2024 16:17:00 +0530 Subject: [PATCH] docs(readme): add note about CSS property array in options.utilityClasses --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6096d05..400f789 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ Once built, this is the output CSS file. } ``` +The `property` also supports an array of property values, like `["margin-top", "margin-bottom"]`, to be included within a utility class. + #### Responsive class variants It is possible to generate responsive modifier class names.