Skip to content

Commit 62f2c85

Browse files
j9tMadLittleMods
authored andcommitted
fix: fix typo, add missing period
1 parent f44aee0 commit 62f2c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Custom properties can be declared multiple times, but like variable scope in oth
101101

102102
.bar:hover {
103103
--some-color: green;
104-
/* Automically gets a `color: green;` declaration because we `--some-color` used within scope elsewhere */
104+
/* Automatically gets a `color: green;` declaration because we `--some-color` used within scope elsewhere */
105105
}
106106
```
107107

@@ -397,7 +397,7 @@ postcss([
397397

398398
# Quick Reference/Notes
399399

400-
- This plugin was spawned out of a [discussion on the `cssnext` repo](https://github.com/cssnext/cssnext/issues/99)
400+
- This plugin was spawned out of a [discussion on the `cssnext` repo](https://github.com/cssnext/cssnext/issues/99).
401401
- We provide a larger CSS variable feature subset than [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties).
402402
- Related links and issues:
403403
- [var declared in media query should pull in properties that use/reference that var *on `cssnext/cssnext`*](https://github.com/cssnext/cssnext/issues/99)

0 commit comments

Comments
 (0)