customize
This commit is contained in:
commit
eec942e2b4
682 changed files with 153415 additions and 0 deletions
6
scss/mixins/_resize.scss
Normal file
6
scss/mixins/_resize.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Resize anything
|
||||
|
||||
@mixin resizable($direction) {
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
resize: $direction; // Options: horizontal, vertical, both
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue