Change the sample CSS string
This commit is contained in:
parent
e23efa3569
commit
ffa7c673cd
@ -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 #}
|
||||||
|
Loading…
Reference in New Issue
Block a user