You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Custom properties can be declared multiple times, but like variable scope in oth
101
101
102
102
.bar:hover {
103
103
--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 */
105
105
}
106
106
```
107
107
@@ -397,7 +397,7 @@ postcss([
397
397
398
398
# Quick Reference/Notes
399
399
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).
401
401
- We provide a larger CSS variable feature subset than [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties).
402
402
- Related links and issues:
403
403
- [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