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
+5-1
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,14 @@ See the [UnCSS](https://github.com/giakki/uncss) docs for more information.
16
16
17
17
## Installation
18
18
19
+
postcss-uncss specifies UnCSS as a [peerDependency](https://docs.npmjs.com/files/package.json#peerdependencies), so you will have to install UnCSS as well.
20
+
19
21
```bash
20
-
npm install postcss-uncss
22
+
npm install postcss-uncss uncss
21
23
```
22
24
25
+
postcss-uncss' MAJOR & MINOR version numbers correspond to UnCSS' version numbers; however, the PATCH version number may differ.
0 commit comments