Skip to content

Commit

Permalink
off-switch -> off switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jun 10, 2024
1 parent 6e15a7c commit 74f171f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/2024/removing-mixins.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ every property of the mixin.
But… revert _to what value_?
Maybe we can use `revert-layer`
and some clever layering?
We could even build the off-switch into our mixin:
We could even build the off switch into our mixin:

```css
/* when '--off' is undefined we get the output */
Expand Down Expand Up @@ -327,7 +327,7 @@ We could even build the off-switch into our mixin:
}
```

That provides an off-switch,
That provides an off switch,
but it requires some careful planning ahead,
and the layering requirement seems fragile.

Expand Down

0 comments on commit 74f171f

Please sign in to comment.