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
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;