Skip to content

Commit

Permalink
Add a dev comment in colors.ts about file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Dec 20, 2024
1 parent 2d39d31 commit 5e1e424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/helpers/colors.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5e1e424

Please sign in to comment.