v0.0.2
Fixed:
- The language server will now start even when the tailwind config file is located in a sub-directory of the current workspace.
- Previously LSP-tailwindcss would start only if the tailwind config file is named
tailwind.config.js
. Now that file can also be namedtailwind.js
,tailwind.cjs
,tailwind.config.cjs
.