Skip to content

Commit

Permalink
chore(release): 0.3.12 [skip ci]
Browse files Browse the repository at this point in the history
<a name="0.3.12"></a>
## [0.3.12](v0.3.11...v0.3.12) (2018-04-19)

### Bug Fixes

* **build:** build docs ([70522a4](70522a4))
  • Loading branch information
semantic-release-bot committed Apr 19, 2018
1 parent 2699e2e commit 41d5c28
Show file tree
Hide file tree
Showing 25 changed files with 139 additions and 139 deletions.
10 changes: 5 additions & 5 deletions docs/classes/attributequotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/attribute-quotes.ts#L7">resolvers/attribute-quotes.ts:7</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/attribute-quotes.ts#L7">resolvers/attribute-quotes.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1131,7 +1131,7 @@ <h3>ast</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#ast">ast</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#ast">ast</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -1143,7 +1143,7 @@ <h3>parser</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#parser">parser</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#parser">parser</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
</ul>
</aside>
</section>
Expand All @@ -1153,7 +1153,7 @@ <h3>quote<wbr>Pattern</h3>
<div class="tsd-signature tsd-kind-icon">quote<wbr>Pattern<span class="tsd-signature-symbol">:</span> </div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/attribute-quotes.ts#L39">resolvers/attribute-quotes.ts:39</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/attribute-quotes.ts#L39">resolvers/attribute-quotes.ts:39</a></li>
</ul>
</aside>
</section>
Expand All @@ -1172,7 +1172,7 @@ <h3>fix</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#fix">fix</a></p>
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#fix">fix</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/attribute-quotes.ts#L14">resolvers/attribute-quotes.ts:14</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/attribute-quotes.ts#L14">resolvers/attribute-quotes.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/abstractsyntaxtree.html" class="tsd-signature-type">AbstractSyntaxTree</a></h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/baseresolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L8">resolvers/base-resolver.ts:8</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L8">resolvers/base-resolver.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1158,7 +1158,7 @@ <h3>ast</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#ast">ast</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -1169,7 +1169,7 @@ <h3>parser</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#parser">parser</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
</ul>
</aside>
</section>
Expand All @@ -1187,7 +1187,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> fix</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#fix">fix</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L15">resolvers/base-resolver.ts:15</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L15">resolvers/base-resolver.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/abstractsyntaxtree.html" class="tsd-signature-type">AbstractSyntaxTree</a></h4>
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/borderzero.html
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/border-zero.ts#L9">resolvers/border-zero.ts:9</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/border-zero.ts#L9">resolvers/border-zero.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1133,7 +1133,7 @@ <h3>allowed<wbr>Conventions</h3>
<div class="tsd-signature tsd-kind-icon">allowed<wbr>Conventions<span class="tsd-signature-symbol">:</span> </div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/border-zero.ts#L63">resolvers/border-zero.ts:63</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/border-zero.ts#L63">resolvers/border-zero.ts:63</a></li>
</ul>
</aside>
</section>
Expand All @@ -1145,7 +1145,7 @@ <h3>ast</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#ast">ast</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#ast">ast</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -1155,7 +1155,7 @@ <h3>borders</h3>
<div class="tsd-signature tsd-kind-icon">borders<span class="tsd-signature-symbol">:</span> </div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/border-zero.ts#L59">resolvers/border-zero.ts:59</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/border-zero.ts#L59">resolvers/border-zero.ts:59</a></li>
</ul>
</aside>
</section>
Expand All @@ -1167,7 +1167,7 @@ <h3>parser</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#parser">parser</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#parser">parser</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
</ul>
</aside>
</section>
Expand All @@ -1186,7 +1186,7 @@ <h3>fix</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#fix">fix</a></p>
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#fix">fix</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/border-zero.ts#L26">resolvers/border-zero.ts:26</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/border-zero.ts#L26">resolvers/border-zero.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/abstractsyntaxtree.html" class="tsd-signature-type">AbstractSyntaxTree</a></h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/hexlength.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/hex-length.ts#L7">resolvers/hex-length.ts:7</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/hex-length.ts#L7">resolvers/hex-length.ts:7</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1127,7 +1127,7 @@ <h3>ast</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#ast">ast</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#ast">ast</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -1139,7 +1139,7 @@ <h3>parser</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#parser">parser</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#parser">parser</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
</ul>
</aside>
</section>
Expand All @@ -1158,7 +1158,7 @@ <h3>fix</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#fix">fix</a></p>
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#fix">fix</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/hex-length.ts#L17">resolvers/hex-length.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/hex-length.ts#L17">resolvers/hex-length.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/abstractsyntaxtree.html" class="tsd-signature-type">AbstractSyntaxTree</a></h4>
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/helpers/logger.ts#L9">helpers/logger.ts:9</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/helpers/logger.ts#L9">helpers/logger.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1114,7 +1114,7 @@ <h3>_error</h3>
<div class="tsd-signature tsd-kind-icon">_error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">log</span><span class="tsd-signature-symbol"> =&nbsp;console.log</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/helpers/logger.ts#L7">helpers/logger.ts:7</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/helpers/logger.ts#L7">helpers/logger.ts:7</a></li>
</ul>
</aside>
</section>
Expand All @@ -1124,7 +1124,7 @@ <h3>_verbose</h3>
<div class="tsd-signature tsd-kind-icon">_verbose<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">log</span><span class="tsd-signature-symbol"> =&nbsp;console.log</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/helpers/logger.ts#L6">helpers/logger.ts:6</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/helpers/logger.ts#L6">helpers/logger.ts:6</a></li>
</ul>
</aside>
</section>
Expand All @@ -1141,7 +1141,7 @@ <h3>error</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/helpers/logger.ts#L21">helpers/logger.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/helpers/logger.ts#L21">helpers/logger.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1164,7 +1164,7 @@ <h3>verbose</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/helpers/logger.ts#L15">helpers/logger.ts:15</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/helpers/logger.ts#L15">helpers/logger.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/nocolorkeywords.html
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/no-color-keywords.ts#L10">resolvers/no-color-keywords.ts:10</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/no-color-keywords.ts#L10">resolvers/no-color-keywords.ts:10</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1127,7 +1127,7 @@ <h3>ast</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#ast">ast</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#ast">ast</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L17">resolvers/base-resolver.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -1139,7 +1139,7 @@ <h3>parser</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#parser">parser</a></p>
<p>Inherited from <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#parser">parser</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/base-resolver.ts#L21">resolvers/base-resolver.ts:21</a></li>
</ul>
</aside>
</section>
Expand All @@ -1158,7 +1158,7 @@ <h3>fix</h3>
<p>Implementation of <a href="../interfaces/resolver.html">Resolver</a>.<a href="../interfaces/resolver.html#fix">fix</a></p>
<p>Overrides <a href="baseresolver.html">BaseResolver</a>.<a href="baseresolver.html#fix">fix</a></p>
<ul>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/d8fa877/src/resolvers/no-color-keywords.ts#L20">resolvers/no-color-keywords.ts:20</a></li>
<li>Defined in <a href="https://github.com/srowhani/sass-lint-auto-fix/blob/2699e2e/src/resolvers/no-color-keywords.ts#L20">resolvers/no-color-keywords.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/abstractsyntaxtree.html" class="tsd-signature-type">AbstractSyntaxTree</a></h4>
Expand Down
Loading

0 comments on commit 41d5c28

Please sign in to comment.