Skip to content

Commit

Permalink
chore: Update links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Mar 20, 2024
1 parent cb14803 commit 1e302cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1e302cb

Please sign in to comment.