From ceee1bc87d91d6c2692e2f44ae2753fa83a0b535 Mon Sep 17 00:00:00 2001 From: Donovan Dikaio Date: Sun, 6 Dec 2020 18:50:43 -0800 Subject: [PATCH] feat: upgrade postcss to 8.x BREAKING CHANGE: upgrade postcss to 8.x Co-authored-by: Edward Elric Co-authored-by: Ward Peeters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fcd8545..26fe589f 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Type: `object` [`ctx`](https://github.com/michael-ciniawsky/postcss-load-config#context) argument for PostCSS config file. -Note: Every keys you pass to `config.ctx` will be available under `options` inside +Note: Every key you pass to `config.ctx` will be available under `options` inside the postcss config. ```js