All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.mixins._resize.scss Maven / Gradle / Ivy

Go to download

Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.

The newest version!
// Resize anything

@mixin resizable($direction) {
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
  resize: $direction; // Options: horizontal, vertical, both
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy