mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
refactor(ui): remove second attribute in unit scss function (#721)
remove second attribute in unit scss function
This commit is contained in:
parent
92e8ed199d
commit
26332f8644
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
@function unit($factor: 1, $unit: 'px') {
|
||||
@return #{$factor * 4}#{$unit};
|
||||
@function unit($factor: 1) {
|
||||
@return #{$factor * 4}px;
|
||||
}
|
||||
|
||||
@mixin flex-column {
|
||||
|
|
Loading…
Add table
Reference in a new issue