[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/vendor/bootstrap/scss/mixins/ -> _resize.scss (source)

   1  // Resize anything
   2  
   3  @mixin resizable($direction) {
   4    overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
   5    resize: $direction; // Options: horizontal, vertical, both
   6  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer