summaryrefslogtreecommitdiffstats
path: root/tpl/views/heading.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/heading.pug')
-rw-r--r--tpl/views/heading.pug9
1 files changed, 9 insertions, 0 deletions
diff --git a/tpl/views/heading.pug b/tpl/views/heading.pug
new file mode 100644
index 0000000..a49c93d
--- /dev/null
+++ b/tpl/views/heading.pug
@@ -0,0 +1,9 @@
1mixin view-heading
2 +view('heading', 'Heading')
3 .c-box
4 +div-heading('xxl')= 'XXL Heading'
5 +div-heading('xl')= 'XL Heading'
6 +div-heading('lg')= 'LG Heading'
7 +div-heading('md')= 'MD Heading'
8 +div-heading('sm')= 'SM Heading'
9 +div-heading('xs')= 'XS Heading'