From 81642db2c437e5a1d71613ca6e9c0e38717fb8f4 Mon Sep 17 00:00:00 2001 From: erikthalen Date: Mon, 14 Jan 2019 13:50:57 +0100 Subject: [PATCH] Revert "fix: fix typo, add missing period" This reverts commit 62f2c8528d3d3bbbeeed848ed77f518402cea382. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66af211..d4e5c66 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Custom properties can be declared multiple times, but like variable scope in oth .bar:hover { --some-color: green; - /* Automatically gets a `color: green;` declaration because we `--some-color` used within scope elsewhere */ + /* Automically gets a `color: green;` declaration because we `--some-color` used within scope elsewhere */ } ``` @@ -397,7 +397,7 @@ postcss([ # Quick Reference/Notes - - This plugin was spawned out of a [discussion on the `cssnext` repo](https://github.com/cssnext/cssnext/issues/99). + - This plugin was spawned out of a [discussion on the `cssnext` repo](https://github.com/cssnext/cssnext/issues/99) - We provide a larger CSS variable feature subset than [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties). - Related links and issues: - [var declared in media query should pull in properties that use/reference that var *on `cssnext/cssnext`*](https://github.com/cssnext/cssnext/issues/99)