💄 Prepare themes and set default for Drust
This commit is contained in:
parent
cafa1d53a2
commit
046d5605e9
132 changed files with 16514 additions and 170 deletions
6
packages/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_resize.scss
vendored
Normal file
6
packages/pagetop-bootsier/static/bootstrap-5.3.3/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