Files
pyrofetes-frontend/node_modules/ng-zorro-antd/style/mixins/size.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

11 lines
127 B
Plaintext

// Sizing shortcuts
.size(@width; @height) {
width: @width;
height: @height;
}
.square(@size) {
.size(@size; @size);
}