From 03a4de8851b708bc92699590babd4d65c98ec933 Mon Sep 17 00:00:00 2001 From: Fedya Petrakov Date: Wed, 29 Nov 2023 16:15:27 +0000 Subject: [PATCH 1/2] fix grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df6f945..3dfc0b3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [PostCSS] plugin to add opacity to any colors with [Relative Color Syntax]. -Upcoming CSS Colors 5 allows to change any color including adding opacity. -But Firefox still [doesn’t support] this syntax. This tool partially polyfill +Upcoming CSS Colors 5 allows changing any color including adding opacity. +But Firefox still [doesn’t support] this syntax. This tool partially polyfills this syntax via [`color-mix()`]. ```css From 7648cae9c22bdff97460faa746f011316bc6384e Mon Sep 17 00:00:00 2001 From: Fedya Petrakov Date: Wed, 29 Nov 2023 16:17:11 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dfc0b3..8a77847 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [PostCSS] plugin to add opacity to any colors with [Relative Color Syntax]. -Upcoming CSS Colors 5 allows changing any color including adding opacity. +Upcoming CSS Colors 5 allows you to change any color including adding opacity. But Firefox still [doesn’t support] this syntax. This tool partially polyfills this syntax via [`color-mix()`].