Skip to content

Commit

Permalink
revert next-swc test change
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 13, 2023
1 parent cf3f6c4 commit 28f6e1b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./app/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
Expand Down

0 comments on commit 28f6e1b

Please sign in to comment.