Refactor: Bundle styleguide.css and table.css for styleguide.njk template
This commit is contained in:
parent
8cb7c030bf
commit
b6021ba2cb
3 changed files with 5 additions and 0 deletions
|
|
@ -157,3 +157,8 @@ customGradients:
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
{%- css "inline" -%}
|
||||||
|
{%- include 'css/styleguide.css' -%}
|
||||||
|
{%- include 'css/table.css' -%}
|
||||||
|
{%- endcss -%}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue