- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/bootstrap/less/mixins/resize.less
r6a3a178 rfa375fe 1 1 // Resize anything 2 2 3 @mixin resizable($direction) {3 .resizable(@direction) { 4 4 overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 resize: $direction; // Options: horizontal, vertical, both5 resize: @direction; // Options: horizontal, vertical, both 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.