From 5e1e4241f9143cf8bd45323bb049e851487d2106 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Fri, 20 Dec 2024 10:53:58 +0100 Subject: [PATCH] Add a dev comment in colors.ts about file naming --- lib/helpers/colors.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/helpers/colors.ts b/lib/helpers/colors.ts index ea1ac26a..44a5b3ad 100644 --- a/lib/helpers/colors.ts +++ b/lib/helpers/colors.ts @@ -1,3 +1,6 @@ +// This file naming doesn't adhere to the "helper.xyz.ts" naming convention because Tailwind +// otherwise doesn't recognize the file as a CSS file and doesn't apply the classes. + export const contentColorClasses = [ "bg-content-pink", "bg-content-purple",