io.github.palexdev.mfxresources.sass.components._buttons-all.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of materialfx-all Show documentation
Show all versions of materialfx-all Show documentation
Material Design/Modern components for JavaFX, now packed as a single Jar
The 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