We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fc5e7 commit 0728a3bCopy full SHA for 0728a3b
docs/index.html
@@ -27,12 +27,12 @@ <h2>What it does</h2>
27
28
By working in the <code>/src</code> directory all of your changes are piped and rendered to the <code>/dest</code> folder.
29
30
- <pre>
31
- /src/scss -> /dest/css
32
- /src/js -> /dest/js
33
- /src/pages -> /dest/
34
- /src/img -> /dest/img
35
- </pre>
+<pre>
+ /src/scss -> /dest/css
+ /src/js -> /dest/js
+ /src/pages -> /dest/
+ /src/img -> /dest/img
+</pre>
36
<p>
37
It even refreshes your browser on every change!
38
</p>
0 commit comments