feat(style): generate checked class tokens
Add a boring CSS/SCSS class-token surface: slhx-build discovers static class tokens from hemplate/templates/stylesheets and emits generated CssClass constants. Add CssClasses for hemplate +class/view data and migrate techdemo dynamic/effect fragments toward hemplate-owned views with DOM-aware assertions. req: style/001 req: style/002 req: style/003 req: html_safety/002 req: view/001 req: test/005
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="metrics">
|
||||
<div class="metric"><strong>1</strong><span>template source of truth</span></div>
|
||||
<div class="metric"><strong>0</strong><span>CSS selectors in handlers</span></div>
|
||||
<div class="metric"><strong>∞</strong><span>typed composition through tuples</span></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user