io.github.palexdev.mfxresources.sass.components._progress-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
@use 'progress/progress-indicators-circular' as *;
@use 'progress/progress-indicators-linear' as *;
@mixin MaterialProgress() {
@include MaterialCircular();
@include MaterialLinear();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy