🍱 [bootsier] Actualiza bootstrap v5.3.3 a v5.3.8
This commit is contained in:
parent
a8e323ff09
commit
674d92033c
109 changed files with 536 additions and 173 deletions
|
|
@ -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