Centralize shared stylesheets used by hero_website_lib #4
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_web_template#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Meeting feedback: common styling is duplicated across hero_website_framework and various service UIs. Move shared CSS / theme tokens / Bootstrap overrides into
hero_web_templateso every Hero UI (framework-backed or not) references the same source.Scope
hero_website_framework/crates/hero_website_lib/static/css/(Bootstrap, FontAwesome, CodeMirror themes, highlight.js themes, custom admin/auth/blog CSS).hero_web_template/webcomponent/(or a new shared CSS asset crate — propose the layout in a comment).hero_website_libreferences the shared CSS instead of carrying its own copy.Out of scope
Acceptance
hero_web_template.hero_website_libpulls it at build (viarust-embedfrom a shared crate, or via a build-time copy step — propose in a comment).hero_website_libcan still include the same shared CSS with a documented snippet.Related
hero_rpc scaffold) #54Parent / context tracker: hero_skills#262 — read it before starting work on this issue. Locked decisions, reference materials, and execution order live there. Iterate via comments here; consolidation passes on the body only after feedback settles.