Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 4ad8a24

Browse files
committed
publish: Merge pull request #278 from JordanAdams/patch-1
generated from commit 08fa79b
1 parent 2db5b31 commit 4ad8a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h2 id="custom-selectors"><a class="markdownIt-Anchor" href="#custom-selectors">
314314
|
315315
<a href="https://github.com/postcss/postcss-custom-selector">Plugin documentation</a></p>
316316
<h2 id="nesting"><a class="markdownIt-Anchor" href="#nesting">#</a> nesting</h2>
317-
<p>Allow you to nest selectors</p>
317+
<p>Allows you to nest selectors</p>
318318
<pre><code class="language-scss"><span class="hljs-tag">a</span> {
319319
<span class="hljs-comment">/* direct nesting (&amp; MUST be the first part of selector)*/</span>
320320
&amp; <span class="hljs-tag">span</span> {
@@ -335,7 +335,7 @@ <h2 id="nesting"><a class="markdownIt-Anchor" href="#nesting">#</a> nesting</h2>
335335
|
336336
<a href="https://github.com/jonathantneal/postcss-nesting">Plugin documentation</a></p>
337337
<h2 id="color-function"><a class="markdownIt-Anchor" href="#color-function">#</a> <code>color()</code> function</h2>
338-
<p>a color function to modify colors (transpiled to: <code>rgba()</code>)</p>
338+
<p>A color function to modify colors (transpiled to: <code>rgba()</code>)</p>
339339
<pre><code class="language-css"><span class="hljs-tag">a</span> <span class="hljs-rules">{
340340
<span class="hljs-rule"><span class="hljs-attribute">color</span>:<span class="hljs-value"> <span class="hljs-function">color</span>(red <span class="hljs-function">alpha</span>(-<span class="hljs-number">10%</span>))</span></span>;
341341
}</span>
@@ -358,7 +358,7 @@ <h2 id="hwb-function"><a class="markdownIt-Anchor" href="#hwb-function">#</a> <c
358358
|
359359
<a href="https://github.com/postcss/postcss-color-hwb">Plugin documentation</a></p>
360360
<h2 id="gray-function"><a class="markdownIt-Anchor" href="#gray-function">#</a> <code>gray()</code> function</h2>
361-
<p>Allow you to use more than 50 shades of gray (transpiled to: <code>rgba()</code>).
361+
<p>Allows you to use more than 50 shades of gray (transpiled to: <code>rgba()</code>).
362362
For the first argument, you can use a number between 0 and 255 or a percentage.</p>
363363
<pre><code class="language-css"><span class="hljs-class">.foo</span> <span class="hljs-rules">{
364364
<span class="hljs-rule"><span class="hljs-attribute">color</span>:<span class="hljs-value"> <span class="hljs-function">gray</span>(<span class="hljs-number">85</span>)</span></span>;

0 commit comments

Comments
 (0)