@@ -314,7 +314,7 @@ <h2 id="custom-selectors"><a class="markdownIt-Anchor" href="#custom-selectors">
314
314
|
315
315
< a href ="https://github.com/postcss/postcss-custom-selector "> Plugin documentation</ a > </ p >
316
316
< 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 >
318
318
< pre > < code class ="language-scss "> < span class ="hljs-tag "> a</ span > {
319
319
< span class ="hljs-comment "> /* direct nesting (& MUST be the first part of selector)*/</ span >
320
320
& < span class ="hljs-tag "> span</ span > {
@@ -335,7 +335,7 @@ <h2 id="nesting"><a class="markdownIt-Anchor" href="#nesting">#</a> nesting</h2>
335
335
|
336
336
< a href ="https://github.com/jonathantneal/postcss-nesting "> Plugin documentation</ a > </ p >
337
337
< 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 >
339
339
< pre > < code class ="language-css "> < span class ="hljs-tag "> a</ span > < span class ="hljs-rules "> {
340
340
< 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 > ;
341
341
}</ span >
@@ -358,7 +358,7 @@ <h2 id="hwb-function"><a class="markdownIt-Anchor" href="#hwb-function">#</a> <c
358
358
|
359
359
< a href ="https://github.com/postcss/postcss-color-hwb "> Plugin documentation</ a > </ p >
360
360
< 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 > ).
362
362
For the first argument, you can use a number between 0 and 255 or a percentage.</ p >
363
363
< pre > < code class ="language-css "> < span class ="hljs-class "> .foo</ span > < span class ="hljs-rules "> {
364
364
< 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