♻️ [bootstrap] Reubica archivos estáticos
This commit is contained in:
parent
4c8f742b7b
commit
bf3fc68de5
106 changed files with 30 additions and 31 deletions
6
packages/pagetop-bootsier/static/scss/mixins/_resize.scss
vendored
Normal file
6
packages/pagetop-bootsier/static/scss/mixins/_resize.scss
vendored
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