We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ed366 commit a3261c8Copy full SHA for a3261c8
docs/content/features.md
@@ -126,7 +126,7 @@ Alows you to create your own selectors
126
127
## nesting
128
129
-Allow you to nest selectors
+Allows you to nest selectors
130
131
```scss
132
a {
@@ -153,7 +153,7 @@ a {
153
154
## `color()` function
155
156
-a color function to modify colors (transpiled to: `rgba()`)
+A color function to modify colors (transpiled to: `rgba()`)
157
158
```css
159
@@ -189,7 +189,7 @@ body {
189
190
## `gray()` function
191
192
-Allow you to use more than 50 shades of gray (transpiled to: `rgba()`).
+Allows you to use more than 50 shades of gray (transpiled to: `rgba()`).
193
For the first argument, you can use a number between 0 and 255 or a percentage.
194
195
0 commit comments