Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
wobblies
/
scss-20260114051414
/
bootstrap
/
scss
/
mixins
:
_resize.scss
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
// Resize anything @mixin resizable($direction) { overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` resize: $direction; // Options: horizontal, vertical, both }