jupyterhub/theme/static/components/bootstrap/less/mixins/size.less

11 lines
127 B
Plaintext
Raw Permalink Normal View History

2023-01-20 13:01:31 +00:00
// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}