package.scss._transition.scss Maven / Gradle / Ivy
// Used by ./colors and ./components/tree
@mixin default_transition {
transition: all 0.1s ease-out;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
// Used by ./colors and ./components/tree
@mixin default_transition {
transition: all 0.1s ease-out;
}