Skip to content

Commit

Permalink
fix(tailwind starter): switch from cjs to esm to support vite 5 (Qwik…
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton authored Dec 24, 2023
1 parent 7697fe5 commit 072d0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/features/tailwind/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],
theme: {
extend: {},
Expand Down

0 comments on commit 072d0b3

Please sign in to comment.