Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/mixins/_resize.scss is written in an unsupported language. File is not indexed.

0001 // Resize anything
0002 
0003 @mixin resizable($direction) {
0004   overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
0005   resize: $direction; // Options: horizontal, vertical, both
0006 }