fix: Switch to Tailwind v3 - v4 incompatible with Astro

This commit is contained in:
Kunthawat
2026-03-12 18:06:44 +07:00
parent 821c328bbc
commit 3fb9f89bc3
3652 changed files with 357284 additions and 59303 deletions

21
node_modules/path-is-inside/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "path-is-inside",
"description": "Tests whether one path is inside another path",
"keywords": ["path", "directory", "folder", "inside", "relative"],
"version": "1.0.2",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
"license": "(WTFPL OR MIT)",
"repository": "domenic/path-is-inside",
"main": "lib/path-is-inside.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha",
"lint": "jshint lib"
},
"devDependencies": {
"jshint": "~2.3.0",
"mocha": "~1.15.1"
}
}