remove tailwindcss types

This commit is contained in:
itsMapleLeaf
2022-08-06 00:54:47 -05:00
parent 8443dfb019
commit 49621c5d9d
3 changed files with 2 additions and 14 deletions

View File

@@ -37,7 +37,6 @@
"@types/node": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/tailwindcss": "^3.0.11",
"@types/wait-on": "^5.3.1",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",

View File

@@ -1,4 +1,4 @@
// @ts-nocheck
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./app/**/*.{ts,tsx,md}"],
theme: {