Add Webpack page

This commit is contained in:
Jeremy Thomas
2018-07-14 18:38:27 +01:00
parent 0efd856f52
commit 884d887f44
15 changed files with 482 additions and 44 deletions

View File

@@ -49,9 +49,15 @@ $input-shadow: none;
</div>
<div class="content">
<p>
Since you are watching for changes, simply <strong>save the file</strong> to see the result:
</p>
{% if include.build %}
<p>
Rebuild the CSS to see the result:
</p>
{% else %}
<p>
Since you are watching for changes, simply <strong>save the file</strong> to see the result:
</p>
{% endif %}
</div>
{%