Skip to content

Commit

Permalink
Add modifiy 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 899a201 commit 416c24d
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 @@ -435,7 +435,7 @@ $utilities: map-merge(
@import "ouds-web/scss/utilities/api";
```

<!--### Modify utilities
### Modify utilities

Modify existing utilities in the default `$utilities` map with `map-get` and `map-merge` functions. In the example below, we're adding an additional value to the `width` utilities. Start with an initial `map-merge` and then specify which utility you want to modify. From there, fetch the nested `"width"` map with `map-get` to access and modify the utility's options and values.

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

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

#### Enable responsive

Expand Down

0 comments on commit 416c24d

Please sign in to comment.