publish: docs: mention node-sass-tilde-importer (fix #1258)

generated from commit 1f39b9a3ad
This commit is contained in:
Federico Zivolo 2017-12-10 17:32:08 +01:00
parent 3829549d37
commit b1139a7fd9

View File

@ -1257,6 +1257,9 @@ This means that you wont be able to compile the stylesheets using <code class
<p>To learn more about the differences please read <a href="http://sassbreak.com/ruby-sass-libsass-differences/">this article</a>.</p>
<p>Additionally, to maximize compatibility with webpack, we set <a href="https://www.npmjs.com/package/node-sass-tilde-importer"><code class="highlighter-rouge">node-sass-tilde-importer</code></a>
as <code class="highlighter-rouge">importer</code> option of Sass.</p>
<h2 id="troubleshooting">Troubleshooting</h2>
<p>Should you encounter problems with installing dependencies, uninstall all previous dependency versions (global and local). Then, rerun <code class="highlighter-rouge">npm install</code>.</p>