Closed jckw closed 2 years ago
I think this is the intention in this file, so that you could import the colours like @theme/colors.
@theme/colors
Without the asterisk, TypeScript gets confused and can't resolve the import, or tries to import like:
import fonts from "@theme";
(this is with auto import on VS Code)
I think this is the intention in this file, so that you could import the colours like
@theme/colors
.Without the asterisk, TypeScript gets confused and can't resolve the import, or tries to import like:
(this is with auto import on VS Code)