mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 19:11:01 +00:00
Fix Sass mixed declaration depreciation notices
see https://sass-lang.com/documentation/breaking-changes/mixed-decls/
This commit is contained in:
parent
de83da4d18
commit
ae09aa0e42
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue