File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 22title: Box
33minver: 0.2.0
44also:
5+ components/box/test.html: Testing - Boxes
56 components/grid: Grid
67 components/layouts: Layouts
78 elements/hx-div: < hx-div >
Original file line number Diff line number Diff line change 1+ ---
2+ title: Testing - Boxes
3+ ---
4+ {% extends 'test.njk' %}
5+ {% block content %}
6+ < section >
7+ < nav class ="hxBreadcrumb ">
8+ < a href ="components/box "> Box</ a >
9+ < hx-icon class ="delimiter " type ="angle-right "> </ hx-icon >
10+ < a href ="# "> {{page.title}}</ a >
11+ </ nav >
12+ </ section >
13+
14+ < section >
15+ < header >
16+ < h2 > Status inside Div</ h2 >
17+ </ header >
18+
19+ < hx-div >
20+ < hx-status > hx-div > hx-status</ hx-status >
21+ </ hx-div >
22+ </ section >
23+ {% endblock %}
Original file line number Diff line number Diff line change 1+ @import ' ./HXElement' ;
2+
13// @supports used to prevent IE from loading the ShadyCSS-rewritten styles.
24// This is so we can write shorter, less-specific CSS selectors in order
35// to apply ShadyCSS overrides in the LightDOM.
You can’t perform that action at this time.
0 commit comments