From 1e302cbd02ecfffbbefa42bbca195e200fa530be Mon Sep 17 00:00:00 2001 From: Fynn Becker Date: Wed, 20 Mar 2024 10:32:12 +0100 Subject: [PATCH] chore: Update links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f049c74..e9c7e1f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To eliminate the need for different places for breakpoints and only maintain a single source of truth for those, this `node_module` extracts the breakpoints defined in the currently used Drupal themes breakpoint file and generates grouped `customProperties` and a separate `js` object with all necessary parameters. -If the draft [`@custom-media`](https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media) or [PostCSS](https://github.com/postcss/postcss) with [Custom-Media](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) plugin is already used, media queries can be written with `customProperties`. So any declaration of media queries within stylesheets is omitted and maintainability is increased. +If the draft [`@custom-media`](https://drafts.csswg.org/mediaqueries-5/#at-ruledef-custom-media) or [PostCSS](https://github.com/postcss/postcss) with [Custom Media](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) plugin is already used, media queries can be written with `customProperties`. So any declaration of media queries within stylesheets is omitted and maintainability is increased. ## Installation @@ -61,7 +61,7 @@ You could validate your configuration files with the help of [JSON Schema Store] ### Prettier -To respect your local prettier formatting rules please add the path to the configuration file to `prettier.path`. +To respect your local Prettier formatting rules please add the path to the configuration file to `prettier.path`. ## Usage