Skip to content

Commit

Permalink
made sure that tailwind imports don't trigger eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Aug 5, 2024
1 parent 38edf9d commit 486db23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webclient/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Config } from "tailwindcss";
import nightwind from "nightwind";
import { current, green, inherit, orange, red, transparent, white, zinc } from "tailwindcss/colors";

export default <Partial<Config>>{
Expand Down Expand Up @@ -49,5 +50,5 @@ export default <Partial<Config>>{
},
},
},
plugins: [require("nightwind")],
plugins: [nightwind],
};

0 comments on commit 486db23

Please sign in to comment.