Skip to content

Commit

Permalink
fix: translate tailwind config to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Dec 13, 2024
1 parent a51114c commit 3506541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: ['./app/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
Expand Down

0 comments on commit 3506541

Please sign in to comment.