Explorar el Código

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
```
Frans de Jonge hace 5 años
padre
commit
faca82962c
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      p/themes/Ansum/_layout.scss
  2. 0 1
      p/themes/Mapco/_layout.scss

+ 0 - 1
p/themes/Ansum/_layout.scss

@@ -38,7 +38,6 @@
 		&.search {
 			// text-align: center;
 			// width: 50%;
-
 			input {
 				width: 230px;
 				color: $sid-font-color;

+ 0 - 1
p/themes/Mapco/_layout.scss

@@ -38,7 +38,6 @@
 		&.search {
 			// text-align: center;
 			// width: 50%;
-
 			input {
 				width: 230px;
 				color: $sid-font-color;