Skip to content

Commit

Permalink
docs(readme): rewrite list (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Almanov <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Feb 20, 2024
1 parent b1f8ed4 commit 002e6c8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,40 +39,40 @@

### Plugins

- [`stylelint-declaration-block-no-ignored-properties`](https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties)
disallow property values that are ignored due to another
- [`stylelint-declaration-block-no-ignored-properties`](https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties):
Disallow property values that are ignored due to another
property value in the same rule.

> Use `.browserslistrc`.
- [`stylelint-gamut`](https://github.com/fpetrakov/stylelint-gamut)
throw warning if color goes out of **sRGB**
- [`stylelint-gamut`](https://github.com/fpetrakov/stylelint-gamut):
Throw warning if color goes out of **sRGB**
color space and is not wrapped in `@media (color-gamut: p3) {}`
or `@media (color-gamut: rec2020) {}`

- [`stylelint-group-selectors`](https://github.com/ssivanatarajan/stylelint-group-selectors)
identify the selectors, which can be grouped,
- [`stylelint-group-selectors`](https://github.com/ssivanatarajan/stylelint-group-selectors):
Identify the selectors, which can be grouped,
as they have same set of properties and values.

- [`stylelint-high-performance-animation`](https://github.com/kristerkari/stylelint-high-performance-animation)
enhances your animations.
- [`stylelint-high-performance-animation`](https://github.com/kristerkari/stylelint-high-performance-animation):
Enhances your animations.

- [`stylelint-no-unsupported-browser-features`](https://github.com/ismay/stylelint-no-unsupported-browser-features)
disallow features that aren't supported by your target browser audience.
- [`stylelint-no-unsupported-browser-features`](https://github.com/ismay/stylelint-no-unsupported-browser-features):
Disallow features that aren't supported by your target browser audience.

- [`stylelint-order`](https://github.com/hudochenkov/stylelint-order)
sorts **over 400 properties** for enhanced clarity and maintainability.
- [`stylelint-order`](https://github.com/hudochenkov/stylelint-order):
Sorts **over 400 properties** for enhanced clarity and maintainability.

> Properties are grouped into logical groups and separated by a space.
- [`stylelint-plugin-defensive-css`](https://github.com/yuschick/stylelint-plugin-defensive-css)
for enforcing defensive **CSS** best practices.
- [`stylelint-plugin-defensive-css`](https://github.com/yuschick/stylelint-plugin-defensive-css):
Enforcing defensive **CSS** best practices.

- [`stylelint-plugin-logical-css`](https://github.com/yuschick/stylelint-plugin-logical-css)
replace properties with logical alternatives.
- [`stylelint-plugin-logical-css`](https://github.com/yuschick/stylelint-plugin-logical-css):
Replace properties with logical alternatives.

- [`stylelint-prettier`](https://github.com/prettier/stylelint-prettier)
runs **Prettier** as a **Stylelint** rule and reports
- [`stylelint-prettier`](https://github.com/prettier/stylelint-prettier):
Runs **Prettier** as a **Stylelint** rule and reports
differences as individual **Stylelint** issues.

## Installation
Expand Down

0 comments on commit 002e6c8

Please sign in to comment.