|
|
|||
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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|