🎨 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:
16
dealplustech-astro/node_modules/yaml/dist/util.d.ts
generated
vendored
Normal file
16
dealplustech-astro/node_modules/yaml/dist/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export { createNode } from './doc/createNode';
|
||||
export type { CreateNodeContext } from './doc/createNode';
|
||||
export { debug, warn } from './log';
|
||||
export type { LogLevelId } from './log';
|
||||
export { createPair } from './nodes/Pair';
|
||||
export { toJS } from './nodes/toJS';
|
||||
export type { ToJSContext } from './nodes/toJS';
|
||||
export { findPair } from './nodes/YAMLMap';
|
||||
export { map as mapTag } from './schema/common/map';
|
||||
export { seq as seqTag } from './schema/common/seq';
|
||||
export { string as stringTag } from './schema/common/string';
|
||||
export { foldFlowLines } from './stringify/foldFlowLines';
|
||||
export type { FoldOptions } from './stringify/foldFlowLines';
|
||||
export type { StringifyContext } from './stringify/stringify';
|
||||
export { stringifyNumber } from './stringify/stringifyNumber';
|
||||
export { stringifyString } from './stringify/stringifyString';
|
||||
Reference in New Issue
Block a user