Refactor: Bundle styleguide.css and table.css for styleguide.njk template

This commit is contained in:
madrilene 2024-09-23 09:50:03 +02:00
parent 8cb7c030bf
commit b6021ba2cb
3 changed files with 5 additions and 0 deletions

View file

@ -157,3 +157,8 @@ customGradients:
</table>
</section>
</article>
{%- css "inline" -%}
{%- include 'css/styleguide.css' -%}
{%- include 'css/table.css' -%}
{%- endcss -%}