Synchronized build
This commit is contained in:
parent
4dbe568903
commit
5c5625c6ac
|
@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.</li>
|
||||||
<div class="slideshow-wrapper">
|
<div class="slideshow-wrapper">
|
||||||
<div class="slideshow">
|
<div class="slideshow">
|
||||||
<div class="slideshow-inner">
|
<div class="slideshow-inner">
|
||||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-85c4abdc6bfe41aeaf15b7e33f820c72">
|
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-c4e87a31f5f441d299ea8a83968dc51f">
|
||||||
|
|
||||||
<div class="carousel-inner" role="listbox">
|
<div class="carousel-inner" role="listbox">
|
||||||
|
|
||||||
|
@ -210,11 +210,11 @@ be completely customized.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<a class="left carousel-control" href="#carousel-85c4abdc6bfe41aeaf15b7e33f820c72" role="button" data-slide="prev">
|
<a class="left carousel-control" href="#carousel-c4e87a31f5f441d299ea8a83968dc51f" role="button" data-slide="prev">
|
||||||
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||||
<span class="sr-only">Previous</span>
|
<span class="sr-only">Previous</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="right carousel-control" href="#carousel-85c4abdc6bfe41aeaf15b7e33f820c72" role="button" data-slide="next">
|
<a class="right carousel-control" href="#carousel-c4e87a31f5f441d299ea8a83968dc51f" role="button" data-slide="next">
|
||||||
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||||
<span class="sr-only">Next</span>
|
<span class="sr-only">Next</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
<div class="plugin">
|
<div class="plugin">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<h1>Plugin – lektor-scss 1.4.2</h1>
|
<h1>Plugin – lektor-scss 1.5.0</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<div class="separator">
|
<div class="separator">
|
||||||
<h4>Meta</h4>
|
<h4>Meta</h4>
|
||||||
</div>
|
</div>
|
||||||
<p><strong>Version:</strong> 1.4.2</p>
|
<p><strong>Version:</strong> 1.5.0</p>
|
||||||
<p><strong>Author:</strong>
|
<p><strong>Author:</strong>
|
||||||
|
|
||||||
<a href="mailto:l3d@c3woc.de">L3D</a>
|
<a href="mailto:l3d@c3woc.de">L3D</a>
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
</pre>
|
</pre>
|
||||||
<p>Or by hand, adding the plugin to the packages section in your lektorproject file:</p>
|
<p>Or by hand, adding the plugin to the packages section in your lektorproject file:</p>
|
||||||
<pre lang="ini"><span class="k">[packages]</span>
|
<pre lang="ini"><span class="k">[packages]</span>
|
||||||
<span class="na">lektor-scss</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">1.4.2</span>
|
<span class="na">lektor-scss</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">1.5.0</span>
|
||||||
</pre>
|
</pre>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<p>To enable the plugin, pass the <code>scss</code> flag when starting the development
|
<p>To enable the plugin, pass the <code>scss</code> flag when starting the development
|
||||||
|
@ -213,6 +213,11 @@ python3<span class="w"> </span>-m<span class="w"> </span>lektor<span class="w">
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>If you want to include SASS libraries from a different directory, libsass's compile function has a parameter called <code>include_paths</code> to add those directories to the search path.</td>
|
<td>If you want to include SASS libraries from a different directory, libsass's compile function has a parameter called <code>include_paths</code> to add those directories to the search path.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>use_compile_flag</td>
|
||||||
|
<td>True</td>
|
||||||
|
<td>If True the flag '-scss' is needed. Otherwise not.</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>An example file with the default config can be found at <code>configs/scss.ini</code>. For every parameter that is not specified in the config file the default value is used by the plugin.</p>
|
<p>An example file with the default config can be found at <code>configs/scss.ini</code>. For every parameter that is not specified in the config file the default value is used by the plugin.</p>
|
||||||
|
|
Loading…
Reference in New Issue