Skip to content

Commit 869a91a

Browse files
committed
Fix readme spelling
1 parent 90a2583 commit 869a91a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# PostCSS CSS Variables
44

5-
[PostCSS](https://github.com/postcss/postcss) plugin to transform [`CSS Custom Properties(CSS variables)`](http://dev.w3.org/csswg/css-variables/) syntax into a static representation. This plugin provides a future-proof way of using **most** of CSS variables featuers.
5+
[PostCSS](https://github.com/postcss/postcss) plugin to transform [`CSS Custom Properties(CSS variables)`](http://dev.w3.org/csswg/css-variables/) syntax into a static representation. This plugin provides a future-proof way of using **most** of CSS variables features.
66

77
CSS variables or CSS Custom Properties limited subset polyfill/shim.
88

9-
We strive for the most complete transformation but we/no plugin can achieve true complete parity according to the [speficification](http://dev.w3.org/csswg/css-variables/) because of the DOM cascade unknowns.
9+
We strive for the most complete transformation but we/no plugin can achieve true complete parity according to the [specification](http://dev.w3.org/csswg/css-variables/) because of the DOM cascade unknowns.
1010

1111
## Latest Version: v0.3.5
1212
### [Changelog](https://github.com/MadLittleMods/postcss-css-variables/blob/master/CHANGELOG.md)
@@ -193,7 +193,7 @@ will be processed to:
193193

194194
`post-css-variables` plays really nice with [`postcss-nested`](https://github.com/postcss/postcss-nested) in order to get a larger subset of CSS variables features. *See [Nested rules, Usage section](#nested-rules)*
195195

196-
If you are using [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties) previosly, we have a compatible feature set and more so you can switch over without having to refactor any of your code. You can just start writing the new awesome stuff.
196+
If you are using [`postcss-custom-properties`](https://github.com/postcss/postcss-custom-properties) previously, we have a compatible feature set and more so you can switch over without having to refactor any of your code. You can just start writing the new awesome stuff.
197197

198198

199199
# Why?
@@ -207,7 +207,7 @@ There is another similar plugin available, [`postcss-custom-properties`](https:/
207207
The main features that we`post-css-variables` add/provide are:
208208

209209
- No limitation on what scope CSS variables can be declared or used (`:root` or wherever)
210-
- Proper value substition based on explicit DOM/structure traversal
210+
- Proper value substitution based on explicit DOM/structure traversal
211211
- At-rule support `@media`, `@support`, etc
212212
- Nested rules which can be fully deduced with [`postcss-nested`](https://github.com/postcss/postcss-nested).
213213

0 commit comments

Comments
 (0)