We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d34e3 commit 7955635Copy full SHA for 7955635
README.md
@@ -70,7 +70,7 @@ Of course, this package can be used as PostCSS plugin:
70
"use strict";
71
72
const fs = require("fs");
73
-cosnt postcss = require("postcss");
+const postcss = require("postcss");
74
75
postcss([
76
require("autoprefixer-core")(),
@@ -189,7 +189,7 @@ The second argument is optional. The `options` are:
189
You can specify both at the same time.
190
191
```javascript
192
-cosnt fs = require("fs");
+const fs = require("fs");
193
const mqpacker = require("css-mqpacker");
194
195
const result = mqpacker.pack(fs.readFileSync("from.css", "utf8"), {
0 commit comments