Skip to content

Commit

Permalink
refactor: Rename tailwind.config.js to .ts and update imports for con…
Browse files Browse the repository at this point in the history
…sistency
  • Loading branch information
websiddu committed Dec 20, 2024
1 parent 8c524f3 commit 1493220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tailwind.config.js → tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import tailwindTypography from '@tailwindcss/typography';

/** @type {import('tailwindcss').Config} */
export default {
content: ['./lib/**/*.tsx', './src/**/*.tsx'],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
plugins: [tailwindTypography],
};

0 comments on commit 1493220

Please sign in to comment.