forked from wallabag/wallabag
Merge pull request #7625 from wallabag/fix-sass-mixed-declaration-depreciation-notices
Fix Sass mixed declaration depreciation notices
This commit is contained in:
@ -9,7 +9,7 @@ indent_size = 4
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{js,css}]
|
[*.{js,css,scss}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|||||||
@ -268,9 +268,11 @@ a.original:not(.waves-effect) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mixin-reading-time {
|
@include mixin-reading-time {
|
||||||
padding: 0 5px;
|
& {
|
||||||
flex-wrap: wrap;
|
padding: 0 5px;
|
||||||
margin-left: auto;
|
flex-wrap: wrap;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
i.material-icons {
|
i.material-icons {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user