From 0ad4ed1ab47b3a99512a6fa7fab0ffca377f18dd Mon Sep 17 00:00:00 2001 From: Mark Dodwell <4312+mkdynamic@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:22:33 -0800 Subject: [PATCH] Fix xs size (typo?) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 2bcd9ae..c0ba522 100644 --- a/src/index.ts +++ b/src/index.ts @@ -133,7 +133,7 @@ module.exports = plugin.withOptions( return { theme: { stripeSizes: { - xm: "6px", + xs: "6px", sm: "12px", md: "20px", lg: "30px",