Twind config [Fresh]
Is there a workaround for custom twind colors getting flagged as problems by vscode?
3 Replies
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?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•3y ago
Message Not Public
Sign In & Join Server To View