Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): fix block quotes #15

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ This project is built on [**Archoleat Repo Template**](https://github.com/Archol
declarations, sorting over 480+ rules to enhance readability
and maintainability.

> Blocks @func() top, but blocks @func() { smth code} bottom
> If a mixin or function has no nested code, it is located at the top,
> otherwise it will be at the bottom.

- **`stylelint-plugin-defensive-css`**: Promotes robust CSS by identifying
potential vulnerabilities and cross-browser inconsistencies.
Expand All @@ -68,7 +69,8 @@ This project is built on [**Archoleat Repo Template**](https://github.com/Archol
properties for improved accessibility and flexibility in
direction-aware layouts.

> future version all old properties will be remove
> In future major versions, all deprecated properties
> will be removed from sorting!

- **`stylelint-prettier`**: Integrates **Prettier** for
consistent code formatting.
Expand Down