Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 87506ad

Browse files
committed
Fix grammar, minor tweaks in readme
1 parent c603308 commit 87506ad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@ It transforms CSS specs into more compatible CSS so you don’t need to wait for
1818
## Why **postcss-cssnext** ? What is the difference with **cssnext** ?
1919

2020
cssnext was at first designed to be a complete tool, before PostCSS became
21-
popular and so includes some options that does not really belong in a PostCSS
22-
plugin (options like `import`, `url`, `compress`, `plugins`).
23-
This days, most people use PostCSS directly so we decided to make integration of
21+
popular; thus, includes some options that don't really belong in a PostCSS
22+
plugin (e.g., `import`, `url`, `compress`, `plugins`).
23+
These days, most people use PostCSS directly so we decided to make integration of
2424
cssnext more simple by providing a simple (real) plugin.
2525

2626
If you were using cssnext with some options here is what you need to know:
2727

28-
- `import`: just add in your plugins list
29-
[postcss-import](https://github.com/postcss/postcss-import)
30-
- `url`: just add in your plugins list
31-
[postcss-url](https://github.com/postcss/postcss-url)
32-
- `compress`: just add in your plugins list
33-
[cssnano](https://github.com/ben-eb/cssnano)
28+
- `import`: just add into your plugins list
29+
[`postcss-import`](https://github.com/postcss/postcss-import)
30+
- `url`: just add into your plugins list
31+
[`postcss-url`](https://github.com/postcss/postcss-url)
32+
- `compress`: just add into your plugins list
33+
[`cssnano`](https://github.com/ben-eb/cssnano)
3434
- `plugins`: just add the plugins directly in your list
3535
- `messages`: see
36-
[postcss-reporter](https://github.com/postcss/postcss-reporter)
36+
[`postcss-reporter`](https://github.com/postcss/postcss-reporter)
3737
and
38-
[postcss-browser-reporter](https://github.com/postcss/postcss-browser-reporter)
38+
[`postcss-browser-reporter`](https://github.com/postcss/postcss-browser-reporter)
3939
- `sourcemap`, `map`, `to`, `from`: see
4040
[PostCSS source map documentation](https://github.com/postcss/postcss#source-map)
4141

4242

4343
## But I like cssnext as it was !
4444

4545
_Don't worry. That's why we created another package._
46-
**cssnext** package will have a major release soon in order to introduce a minor
47-
but breaking changes in the Node.js API, but you will get the same tool as
46+
The **cssnext** package will have a major release soon in order to introduce a
47+
minor but breaking changes in the Node.js API, but you will get the same tool as
4848
before.
4949
The nice thing is: **cssnext** will use **postcss-cssnext** under the hood.
5050

0 commit comments

Comments
 (0)