Files
dealplustech/dealplustech-astro/node_modules/find-yarn-workspace-root2/package.json
Kunthawat Greethong 3ed9f3f3ff 🎨 Fix CSS: Import global.css + plain CSS styles
CSS was not being imported! Fixed:

 Added 'import ../styles/global.css' to BaseLayout.astro
 Rewrote CSS with plain CSS (not @apply which wasn't working)
 Cookie banner has inline styles as backup
 Font size: 16px base
 Solid colors: green-600 (#16a34a), gray-900 (#111827)
 Footer has policy links

Build: 12 pages 
2026-03-10 08:21:30 +07:00

32 lines
968 B
JSON

{
"name": "find-yarn-workspace-root2",
"version": "1.2.16",
"description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
"homepage": "https://github.com/bluelovers/find-yarn-workspace-root/#readme",
"bugs": {
"url": "https://github.com/bluelovers/find-yarn-workspace-root/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/find-yarn-workspace-root.git"
},
"license": "Apache-2.0",
"author": "Square, Inc.",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ynpx mocha -- tests/**/*-test.js",
"prepublishOnly": "yarn run ncu && yarn run sort-package-json && yarn run test",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
},
"dependencies": {
"micromatch": "^4.0.2",
"pkg-dir": "^4.2.0"
},
"gitHead": "5d21afdc6195a5df0d3888e91f6672cba1d63db8"
}