Skip to content

Update project readme #1364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 15, 2025
Merged

Update project readme #1364

merged 8 commits into from
May 15, 2025

Conversation

thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented May 13, 2025

Closes #1321
Closes #1228

@thecrypticace
Copy link
Contributor Author

@reinink Would you mind taking a peek at these changes and see if they make sense to you?

@thecrypticace thecrypticace requested a review from reinink May 13, 2025 17:40
thecrypticace and others added 2 commits May 15, 2025 14:02
Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
@thecrypticace thecrypticace merged commit 98a02eb into main May 15, 2025
12 checks passed
@thecrypticace thecrypticace deleted the feat/updated-readme branch May 15, 2025 18:16
- You must have `tailwindcss` installed in your workspace via `npm`, `pnpm`, or `yarn`. The extension will then attempt to detect your Tailwind CSS configuration, which can be located in one of the following:
- For Tailwind CSS **v4** projects, configuration defined directly within your main CSS file using directives like `@import "tailwindcss";` and `@theme { ... }`. Preprocessor files like Less, Sass, or Stylus are not supported. A `.css` file is **required** for IntelliSense to function.
- For Tailwind CSS **v3 and earlier**, a Tailwind CSS config file in your workspace whose name matches (`tailwind.config.{js,cjs,mjs,ts,cts,mts}`), or a stylesheet that points to a config file via `@config`.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line return? I didn't think these were possible in lists...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using $ as a function name in tailwindCSS.classFunctions does not work The README.md file needs updating for v4.
3 participants