#Tailwind Doesnt Work

9 messages · Page 1 of 1 (latest)

wind otter
#
<a href="/" className="font-bold text-4xl whitespace-nowrap">title</a>
hidden saddle
#

can you share a screenshot of your npm

#

package.json

wind otter
#

sure

#
{
  "main": "./src/_app.tsx",
  "license": "MIT",
  "private": true,
  "scripts": {
    "start": "next start",
    "dev": "next dev",
    "build": "esbuild src/_app.tsx --bundle --minify --sourcemap --outfile=public/bundle.js",
    "lint": "eslint ./"
  },
  "devDependencies": {
    "@types/node": "^18.11.3",
    "@types/react": "^18.0.21",
    "@typescript-eslint/eslint-plugin": "^5.40.1",
    "@typescript-eslint/parser": "^5.40.1",
    "autoprefixer": "^10.4.12",
    "esbuild-loader": "^2.20.0",
    "eslint": "^8.26.0",
    "eslint-config-descartes": "^1.0.4",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.10",
    "postcss": "^8.4.18",
    "tailwindcss": "^3.2.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0"
  },
  "dependencies": {
    "next": "^12.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
#

@hidden saddle

#

ah I saw the problem, thank you

last rivet
minor marsh