yapi/client/styles/mixin.scss

5 lines
70 B
SCSS

@mixin row-width-limit {
max-width: 11.7rem;
min-width: 9.7rem;
}