0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-15 01:18:30 +00:00
healthchecks_healthchecks/stuff/bootstrap/mixins/resize.less
Pēteris Caune f9caa5ecef Styling
2015-07-01 21:51:42 +03:00

6 lines
196 B
Text
Executable file

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