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

Quick typo fixes #278

Merged
merged 1 commit into from
May 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Alows you to create your own selectors

## nesting

Allow you to nest selectors
Allows you to nest selectors

```scss
a {
Expand All @@ -153,7 +153,7 @@ a {

## `color()` function

a color function to modify colors (transpiled to: `rgba()`)
A color function to modify colors (transpiled to: `rgba()`)

```css
a {
Expand Down Expand Up @@ -189,7 +189,7 @@ body {

## `gray()` function

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()`).
For the first argument, you can use a number between 0 and 255 or a percentage.

```css
Expand Down