Skip to content

Commit

Permalink
chore: add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed Sep 11, 2024
1 parent 16d8768 commit 8599684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/elements/core/styles/mixins/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@
--sbb-button-box-shadow: var(--sbb-button-box-shadow-definition);
}

/**
* FIXME
* An example of a mixin that can be applied on a native button (using dataset attributes for size and negative)
* in order to be rendered as a `sbb-button` in primary variant.
* In a similar way the other variants can be obtained.
*/
@mixin button {
@include button-reset;
@include button-primary;
Expand Down

0 comments on commit 8599684

Please sign in to comment.