We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dd9e5 commit db55ec1Copy full SHA for db55ec1
src/components/ui/Text/Text.tsx
@@ -1,10 +1,8 @@
1
import { assignInlineVars } from "@vanilla-extract/dynamic";
2
import { type ElementType } from "react";
3
4
-import { colors } from "@/styles/colors.css";
5
-import { semantic } from "@/styles/semantic.css";
6
-import { typography } from "@/styles/typography.css";
7
-import { type PolymorphicComponentPropsWithRef } from "@/types/polymorphic";
+import { colors, semantic, typography } from "@/styles";
+import { type PolymorphicComponentPropsWithRef } from "@/types/polymorphic.types";
8
9
import {
10
colorVar,
0 commit comments