MatteuSan/himig

Configurable `$breakpoints` using `with()`

Closed this issue · 1 comments

/// @example - This configuration needs to affect all imported SCComponents that has a breakpoint value set to medium.
@use 'path/to/SCCore/Theme' with ($breakpoints: ('medium': <my-medium-breakpoint-value>));
...

impossible at the moment