Skip to content

Commit

Permalink
Remove tailwind
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 27, 2024
1 parent 4b6700f commit 35407e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/codemod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,9 @@ export const runCodeMod = async (context?: CodeModContext): Promise<void> => {
`import { plugins } from "deco/plugins/deco.ts";`,
).replace(`import tailwind from "./tailwind.config.ts";\n`, "")
.replace("tailwind,\n", "").replace(
`tailwind: tailwind as any,`,
"",
).replace(
`// @ts-expect-error somehow this typing doesnt work\n`,
"",
),
Expand Down

0 comments on commit 35407e4

Please sign in to comment.