Skip to content

Commit

Permalink
Update tailwind.config.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Jan 12, 2024
1 parent 2836df5 commit 0b9aacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content-script/iframe/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
important: 'crx-iframe',
content: ['./src/**/*.{index,vue,js,ts,jsx,tsx}'],
content: ['./src/**/*.{html,vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
Expand Down

0 comments on commit 0b9aacc

Please sign in to comment.