Skip to content

Commit

Permalink
Removed deprecated JSDoc comments from TailwindCSS config file
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Oct 12, 2024
1 parent 21d23ef commit de74c07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import animate from "tailwindcss-animate";
import type { Config } from "tailwindcss";

/**
* @type {import("tailwindcss").Config}
*/
export default {
darkMode: "class",
content: [ "./app/**/*.{ts,tsx}" ],
Expand Down

0 comments on commit de74c07

Please sign in to comment.