From deeb9ecc277c13956a44f5dec3fb6506769ae9d8 Mon Sep 17 00:00:00 2001 From: Alessandro Rosa Date: Sun, 15 May 2016 05:35:18 +0200 Subject: [PATCH] Typo Little typo correction on docs --- docs/content/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/features.md b/docs/content/features.md index cd87264..e30a45e 100644 --- a/docs/content/features.md +++ b/docs/content/features.md @@ -101,7 +101,7 @@ Allows to replace min-/max- with `<=` & `>=` (syntax easier to read) ## custom selectors -Alows you to create your own selectors +Allows you to create your own selectors ```css @custom-selector :--button button, .button;