mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix deprecated Sass syntax
This commit is contained in:
parent
17617b82c6
commit
d25604da81
@ -1,3 +1,4 @@
|
||||
@use "sass:math";
|
||||
@import "/src/theme";
|
||||
|
||||
tr {
|
||||
@ -24,7 +25,7 @@ $paperless-card-breakpoints: (
|
||||
@media(min-width: $width) {
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
width: 100% / $n_cols;
|
||||
width: math.div(100%, $n-cols);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user