We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.ts
1 parent 7a1ff11 commit 1b85cb4Copy full SHA for 1b85cb4
packages/configs/src/colors.ts
@@ -5,7 +5,7 @@ and creates a dictionary with the light and dark shades of each color.
5
Full list of colors is available at:
6
https://tailwindcss.com/docs/customizing-colors
7
*/
8
-import colors from './tailwindColors.ts';
+import colors from './tailwindColors';
9
10
export const BG_COLORS = {
11
red: {
0 commit comments