Skip to content

Commit 1e302cb

Browse files
committed
chore: Update links in readme
1 parent cb14803 commit 1e302cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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.
1010

11-
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.
11+
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.
1212

1313
## Installation
1414

@@ -61,7 +61,7 @@ You could validate your configuration files with the help of [JSON Schema Store]
6161

6262
### Prettier
6363

64-
To respect your local prettier formatting rules please add the path to the configuration file to `prettier.path`.
64+
To respect your local Prettier formatting rules please add the path to the configuration file to `prettier.path`.
6565

6666
## Usage
6767

0 commit comments

Comments
 (0)