Skip to content

Commit

Permalink
docs(readme): rewrite toc
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 15, 2024
1 parent 6e40bd9 commit c67a9a7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

- [Installation](#installation)
- [Usage](#usage)
- [Remove the Space Between Logical Groups](#remove-the-space-between-logical-groups)
- [This Config](#this-config)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -92,7 +91,7 @@ export default defineConfig({
});
```
## Add the Space Between Logical Groups
### Add the Space Between Logical Groups
If you want to add spaces between logical groups,
add this rule to your **Stylelint** config:
Expand All @@ -109,7 +108,7 @@ export default defineConfig({
});
```
### Before
#### Before
```scss
.popup {
Expand All @@ -120,7 +119,7 @@ export default defineConfig({
}
```
### After
#### After
```scss
.popup {
Expand Down

0 comments on commit c67a9a7

Please sign in to comment.