mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(console): remove second param from 'unit' mixin
This commit is contained in:
parent
0f5491b392
commit
7a163a4994
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
@use '@/scss/dimensions' as dim;
|
||||
|
||||
@function unit($factor: 1, $unit: 'px') {
|
||||
@return #{$factor * 4}#{$unit};
|
||||
@function unit($factor: 1) {
|
||||
@return #{$factor * 4}px;
|
||||
}
|
||||
|
||||
@mixin flex-column {
|
||||
|
|
Loading…
Reference in a new issue