Skip to content

Commit

Permalink
Add 'Remove utilities' section in Utility API
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 23, 2024
1 parent 416c24d commit 7f12449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/0.0/utilities/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ $utilities: map-merge(
@import "ouds-web/scss/utilities/api";
```-->

<!--### Remove utilities
### Remove utilities

Remove any of the default utilities with the [`map-remove()` Sass function](https://sass-lang.com/documentation/modules/map/#remove).

Expand Down Expand Up @@ -611,7 +611,7 @@ $utilities: map-merge(
);

@import "ouds-web/scss/utilities/api";
```-->
```

### Add, remove, modify

Expand Down

0 comments on commit 7f12449

Please sign in to comment.