fee9762069
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
6 lines
308 B
Plaintext
6 lines
308 B
Plaintext
<div class="lanes">
|
|
<section class="lane"><h3>hemplate</h3><p>Owns syntax and Surface facts.</p></section>
|
|
<section class="lane"><h3>slhx-build</h3><p>Generates resources and lowering tables.</p></section>
|
|
<section class="lane"><h3>runtime</h3><p>Executes compact EffectBatch ops.</p></section>
|
|
</div>
|