🎨 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 ✅
This commit is contained in:
34
dealplustech-astro/node_modules/sisteransi/package.json
generated
vendored
Executable file
34
dealplustech-astro/node_modules/sisteransi/package.json
generated
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "sisteransi",
|
||||
"version": "1.0.5",
|
||||
"description": "ANSI escape codes for some terminal swag",
|
||||
"main": "src/index.js",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Terkel Gjervig",
|
||||
"email": "terkel@terkel.com",
|
||||
"url": "https://terkel.com"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/terkelg/sisteransi"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"types": "./src/sisteransi.d.ts",
|
||||
"keywords": [
|
||||
"ansi",
|
||||
"escape codes",
|
||||
"escape",
|
||||
"terminal",
|
||||
"style"
|
||||
],
|
||||
"devDependencies": {
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.13.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user