diff options
| author | 2020-09-29 11:38:23 +0200 | |
|---|---|---|
| committer | 2020-09-29 11:38:23 +0200 | |
| commit | faca82962c1b6cc8902c9b4b62f8b9e52128861e (patch) | |
| tree | 4341378ebf160f212a5128a5b19875da9f518bc8 | |
| parent | b93f42e95189850fc5eeeaee7bb904e82c7d2bbe (diff) | |
Silence new stylelint complaint (#3197)
Cf. https://github.com/FreshRSS/FreshRSS/pull/3196#issuecomment-699928812
```
p/themes/Ansum/_layout.scss
42:4 ✖ Unexpected empty line before rule rule-empty-line-before
p/themes/Mapco/_layout.scss
42:4 ✖ Unexpected empty line before rule rule-empty-line-before
```
| -rw-r--r-- | p/themes/Ansum/_layout.scss | 1 | ||||
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss index 861b9e471..a75601d06 100644 --- a/p/themes/Ansum/_layout.scss +++ b/p/themes/Ansum/_layout.scss @@ -38,7 +38,6 @@ &.search { // text-align: center; // width: 50%; - input { width: 230px; color: $sid-font-color; diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 94e9d7f40..c7c0849b4 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -38,7 +38,6 @@ &.search { // text-align: center; // width: 50%; - input { width: 230px; color: $sid-font-color; |
