Skip to content

Commit

Permalink
fix: build error tw remove plugin import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlkenD committed May 24, 2024
1 parent 81948d5 commit 1b5b90d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ import type { Config } from "tailwindcss";

const config: Config = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./lib/components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
"./public/splashscreen.html",
],
theme: {
extend: {},
},
plugins: [require("tailwindcss-inner-border")],
plugins: [],
};
export default config;

0 comments on commit 1b5b90d

Please sign in to comment.