Files
kaizen/doc/bootstrap/mixins/resize.less
Simone e7e2f15be5 Squashed 'external/fmt/' content from commit e1832bcf
git-subtree-dir: external/fmt
git-subtree-split: e1832bcf00ed53048aea1e4d2408a68301dcd50c
2024-01-23 08:37:20 +01:00

7 lines
196 B
Plaintext

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