Evan
Evan2y ago

Twind config [Fresh]

Is there a workaround for custom twind colors getting flagged as problems by vscode?
3 Replies
lcasdev
lcasdev2y ago
mh, that should be working. can you try turn your twind.config.ts into a twind.config.js, and replace import { Options } from "$fresh/plugins/twind.ts"; and as Options on the default export with a /** @type {import("$fresh/plugins/twind.ts").Options */ comment ontop of the default export?
Evan
Evan2y ago
I’ll try and report back! @lcasdev no dice. I deployed a new fresh project as well to verify it was not something unique to my project
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View