All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.palexdev.mfxresources.sass.components._buttons-all.scss Maven / Gradle / Ivy

There is a newer version: 11.26.8
Show newest version
@use 'buttons/buttons-base' as *;
@use 'buttons/buttons-elevated' as *;
@use 'buttons/buttons-filled' as *;
@use 'buttons/buttons-filled-tonal' as *;
@use 'buttons/buttons-outlined' as *;
@use 'buttons/buttons-text' as *;

@mixin MaterialButtons() {
  @include MaterialBase();
  @include MaterialElevated();
  @include MaterialFilled();
  @include MaterialFilledTonal();
  @include MaterialOutlined();
  @include MaterialText();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy