io.github.palexdev.mfxresources.sass.components._fabs-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 './fabs/fabs-base' as *;
@use './fabs/fabs-primary' as *;
@use './fabs/fabs-secondary' as *;
@use './fabs/fabs-tertiary' as *;
@use './fabs/fabs-surface' as *;
@mixin MaterialFABs() {
@include Base();
@include MaterialPrimary();
@include MaterialSecondary();
@include MaterialTertiary();
@include MaterialSurface();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy