io.github.palexdev.mfxresources.sass.components._tooltips-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 'tooltips/tooltips-base' as *;
@use 'tooltips/tooltips-plain' as *;
@use 'tooltips/tooltips-rich' as *;
@mixin MaterialTooltips() {
@include TooltipsBase();
@include MaterialTooltipsPlain();
@include MaterialTooltipsRich();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy