Skip to content

Commit

Permalink
chore: update tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jul 19, 2024
1 parent c829906 commit a6721b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import emailPreset from 'tailwindcss-preset-email'

/** @type {import('tailwindcss').Config} */
export default {
module.exports = {
presets: [
emailPreset,
require('tailwindcss-preset-email'),
],
content: [
'./src/**/*.html',
Expand Down

0 comments on commit a6721b2

Please sign in to comment.