io.github.palexdev.mfxresources.sass.components._icon-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 'iconbuttons/icon-buttons-base' as *;
@use 'iconbuttons/icon-buttons-standard' as *;
@use 'iconbuttons/icon-buttons-filled' as *;
@use 'iconbuttons/icon-buttons-filled-tonal' as *;
@use 'iconbuttons/icon-buttons-outlined' as *;
@mixin MaterialIconButtons() {
@include MaterialBase();
@include MaterialStandard();
@include MaterialFilled();
@include MaterialFilledTonal();
@include MaterialOutlined();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy