feat: style layers, imports and nesting
This commit is contained in:
parent
8e5d497389
commit
d4c87b8abe
58 changed files with 968 additions and 981 deletions
|
@ -5,10 +5,6 @@ pagination:
|
|||
data: links
|
||||
size: 30
|
||||
---
|
||||
{% capture css %}
|
||||
{% render "./assets/styles/pages/links.css" %}
|
||||
{% endcapture %}
|
||||
<style>{{ css }}</style>
|
||||
<ul class="link__list">
|
||||
{% for link in pagination.items %}
|
||||
<li>
|
||||
|
|
Reference in a new issue