WIP: Add TailwindCSS Plugin #2

Draft
cswimr wants to merge 17 commits from tailwindcss into main
6 changed files with 941 additions and 1 deletions
Showing only changes of commit 99c8d83a80 - Show all commits

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
dist
node_modules
.idea
.yarn/*
!.yarn/releases

Binary file not shown.

934
.yarn/releases/yarn-4.5.3.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -3,3 +3,5 @@ nodeLinker: node-modules
npmScopes:
jsr:
npmRegistryServer: "https://npm.jsr.io"
yarnPath: .yarn/releases/yarn-4.5.3.cjs

View file

@ -41,6 +41,7 @@
# https://devenv.sh/reference/options/
languages.javascript = {
enable = true;
corepack.enable = true;
yarn = {
enable = true;
package = pkgs.yarn-berry;

View file

@ -38,5 +38,6 @@
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
}
},
"packageManager": "yarn@4.5.3"
}