Merge pull request #7625 from wallabag/fix-sass-mixed-declaration-depreciation-notices

Fix Sass mixed declaration depreciation notices
This commit is contained in:
Yassine Guedidi 2024-08-19 07:15:48 +02:00 committed by GitHub
commit 74acaa6d46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -9,7 +9,7 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,css}]
[*.{js,css,scss}]
indent_style = space
indent_size = 2

View file

@ -268,9 +268,11 @@ a.original:not(.waves-effect) {
}
@include mixin-reading-time {
padding: 0 5px;
flex-wrap: wrap;
margin-left: auto;
& {
padding: 0 5px;
flex-wrap: wrap;
margin-left: auto;
}
i.material-icons {
font-size: 20px;