Skip to content

Commit

Permalink
Simplify Tailwind content
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 4, 2024
1 parent 5f7feb8 commit ef1a895
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
],
content: ['./{app,pages,components}/**/*.{js,ts,jsx,tsx,mdx}'],
theme: {
extend: {},
},
Expand Down

0 comments on commit ef1a895

Please sign in to comment.