Change the sample CSS string

This commit is contained in:
Zach Leatherman 2024-09-05 16:10:34 -05:00
parent e23efa3569
commit ffa7c673cd

View File

@ -22,7 +22,7 @@
#} #}
{#- Add an arbitrary string to the bundle #} {#- Add an arbitrary string to the bundle #}
{%- css %}* { box-sizing: border-box; }{% endcss %} {%- css %}/* This is an arbitrary CSS string added to the bundle */{% endcss %}
{#- Add the contents of a file to the bundle #} {#- Add the contents of a file to the bundle #}
{%- css %}{% include "public/css/index.css" %}{% endcss %} {%- css %}{% include "public/css/index.css" %}{% endcss %}
{#- Or add from node_modules #} {#- Or add from node_modules #}