mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-20 19:09:33 +01: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
@ -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 New Issue
Block a user