Skip to content

Commit

Permalink
Update tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dev002024 committed Jan 3, 2024
1 parent 8032820 commit 6e8dc02
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}

export const content = ['./**/*.{html,js}'];
export const theme = {
extend: {},
};
export const plugins = [];

0 comments on commit 6e8dc02

Please sign in to comment.