Skip to content

Commit

Permalink
Update tailwind.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
long-woo authored Jun 24, 2024
1 parent 9bcbca6 commit 708a8d5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/* eslint-disable no-undef */
// const path = require('node:path');

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{html,js,ts,jsx,tsx}",
],
corePlugins: {
preflight: false
}
content: [
"./index.html",
"./src/**/*.{html,js,ts,jsx,tsx}",
]
};

0 comments on commit 708a8d5

Please sign in to comment.