Skip to content

Commit

Permalink
restore preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Nov 1, 2023
1 parent fa56685 commit 82c89e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const { join } = require('path');
const defaultTheme = require('tailwindcss/defaultTheme');
/** @type {import('tailwindcss').Config} */
module.exports = {
// corePlugins: {
// preflight: false,
// },
corePlugins: {
preflight: false,
},
darkMode: ['class', '[data-theme="dark"]'],
content: [
join(
Expand Down

0 comments on commit 82c89e7

Please sign in to comment.