Fix references to less nesting

This commit is contained in:
Kevin van Zonneveld 2015-12-17 14:35:06 +01:00
parent 6038a0010d
commit 72642c4998
4 changed files with 17 additions and 17 deletions

View file

@ -13,8 +13,8 @@ CDN
This example showcases sourcing an UMD dist build straight from a CDN.
</p>
<% include cdn/src/html/app.html %>
<script src="cdn/static/js/app.js"></script>
<% include cdn/html/app.html %>
<script src="cdn/js/app.js"></script>
<hr />
@ -22,10 +22,10 @@ This example showcases sourcing an UMD dist build straight from a CDN.
On this page we're using the following HTML snippet:
</p>
{% include_code lang:html cdn/src/html/app.html %}
{% include_code lang:html cdn/html/app.html %}
<p>
Along with this JavaScript:
</p>
{% include_code lang:js cdn/src/js/app.js %}
{% include_code lang:js cdn/js/app.js %}

View file

@ -12,9 +12,9 @@ Drag &amp; Drop
Here you'll see a demo of how you might set up Drag and Drop with Uppy:
</p>
<link rel="stylesheet" href="dragdrop/src/css/app.css">
<% include dragdrop/src/html/app.html %>
<script src="dragdrop/static/js/app.js"></script>
<link rel="stylesheet" href="dragdrop/css/app.css">
<% include dragdrop/html/app.html %>
<script src="dragdrop/js/app.js"></script>
<hr />
@ -22,16 +22,16 @@ Here you'll see a demo of how you might set up Drag and Drop with Uppy:
On this page we're using the following HTML snippet:
</p>
{% include_code lang:html dragdrop/src/html/app.html %}
{% include_code lang:html dragdrop/html/app.html %}
<p>
Along with this JavaScript:
</p>
{% include_code lang:js dragdrop/src/js/app.js %}
{% include_code lang:js dragdrop/js/app.js %}
<p>
And the following CSS:
</p>
{% include_code lang:css dragdrop/src/css/app.css %}
{% include_code lang:css dragdrop/css/app.css %}

View file

@ -1,5 +1,5 @@
<!-- Basic Uppy styles -->
<link rel="stylesheet" href="dragdrop/static/css/uppy.css">
<link rel="stylesheet" href="dragdrop/css/uppy.css">
<form id="upload-target" class="UppyDragDrop" method="post" action="/" enctype="multipart/form-data">
<svg class="UppyDragDrop-puppy" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 125" enable-background="new 0 0 100 100"><path d="M16.582 21.3L-.085 62.713l32.94 13.295zM99.915 62.714L66.975 76.01 83.25 21.3zM50.917 68.117L62.443 56.59H37.386l11.527 11.526v5.905l-3.063 3.32 1.474 1.36 2.59-2.807 2.59 2.807 1.475-1.358-3.063-3.32zM66.976 41.415c-3.972 0-7.193-3.22-7.193-7.193 0-3.973 3.222-7.193 7.193-7.193 3.974 0 7.193 3.22 7.193 7.192 0 3.973-3.22 7.193-7.194 7.193m2.506-11.732c-.738 0-1.337.6-1.337 1.337s.6 1.336 1.337 1.336 1.337-.598 1.337-1.336-.6-1.337-1.338-1.337zM32.854 41.415c-3.973 0-7.193-3.22-7.193-7.193 0-3.973 3.22-7.193 7.194-7.193 3.973 0 7.192 3.22 7.192 7.192 0 3.973-3.22 7.193-7.192 7.193m2.506-11.732c-.738 0-1.337.6-1.337 1.337s.6 1.336 1.337 1.336 1.337-.598 1.337-1.336-.598-1.337-1.337-1.337z"/></svg>

View file

@ -12,9 +12,9 @@ Dropbox
Here you'll see a demo of how you might set up Dropbox with Uppy:
</p>
<link rel="stylesheet" href="dropbox/src/css/app.css">
<% include dropbox/src/html/app.html %>
<script src="dropbox/static/js/app.js"></script>
<link rel="stylesheet" href="dropbox/css/app.css">
<% include dropbox/html/app.html %>
<script src="dropbox/js/app.js"></script>
<hr />
@ -22,16 +22,16 @@ Here you'll see a demo of how you might set up Dropbox with Uppy:
On this page we're using the following HTML snippet:
</p>
{% include_code lang:html dropbox/src/html/app.html %}
{% include_code lang:html dropbox/html/app.html %}
<p>
Along with this JavaScript:
</p>
{% include_code lang:js dropbox/src/js/app.js %}
{% include_code lang:js dropbox/js/app.js %}
<p>
And the following CSS:
</p>
{% include_code lang:css dropbox/src/css/app.css %}
{% include_code lang:css dropbox/css/app.css %}