Skip to main content
1 vote
Accepted

Tailwind CSS IntelliSense not working in Blazor Server (.NET 10) project in Rider

What version of Tailwind do you use? For v3, it's required to create a tailwind.config.js like below: /** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./**/*.{...
Tom Luo's user avatar
  • 692

Only top scored, non community-wiki answers of a minimum length are eligible