theron-wang / VS2022-Editor-Support-for-Tailwind-CSS

Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more to enhance the development experience in Visual Studio 2022.
https://marketplace.visualstudio.com/items?itemName=TheronWang.TailwindCSSIntellisense
MIT License
86 stars 5 forks source link

Installation guide #13

Closed FlipFlop17 closed 1 year ago

FlipFlop17 commented 1 year ago

Hi,

Good work on the extension, VS could use all the help it can get with tailwind intelissense. I'd like to suggest maybe some more comprehensive guide on the installation steps. It is not mentioned anywhere about adding the <link> in the <head> section and the @tailwind directives inside input.css file Also maybe numbering the installation steps for the newcomers.

all the best

theron-wang commented 1 year ago

Yeah, I think this would be useful for new users. I'll write up a guide. Thank you for suggesting!

theron-wang commented 1 year ago

Getting started guide updated here: https://github.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/blob/main/Getting-Started.md.

As for adding css files in <head>, I chose not to include that (rather, I linked the official Tailwind docs instead), since that pertains more to the actual framework rather than the extension.

Again, thanks for suggesting this!