diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 0851a5633..e25a8920f 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -87,6 +87,7 @@ rules: - ignore: - param - value + "@stylistic/max-empty-lines": 1 "@stylistic/media-feature-parentheses-space-inside": never "@stylistic/no-eol-whitespace": true "@stylistic/no-missing-end-of-source-newline": true diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 432b65747..9a16c18e5 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -590,7 +590,6 @@ table { // 10. Budgets // ----------------- - .columns-selector { [class^="icon-"] { diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index cbcb40f88..142e51bb0 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -579,7 +579,6 @@ // 11. Poster PDF // -------------- - .dashboard-poster-pdf { .poster-header { diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index f2c6cb6a6..c2ef23012 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -499,7 +499,6 @@ button, font-size: $base-font-size; } - // 02. Header // ---------- @@ -1443,7 +1442,6 @@ table { } } - // 14. Verification // ---------------- diff --git a/app/assets/stylesheets/mixins/tags.scss b/app/assets/stylesheets/mixins/tags.scss index e732bd0d4..154304e5a 100644 --- a/app/assets/stylesheets/mixins/tags.scss +++ b/app/assets/stylesheets/mixins/tags.scss @@ -28,4 +28,3 @@ text-decoration: none; } } - diff --git a/app/assets/stylesheets/shared/social_share.scss b/app/assets/stylesheets/shared/social_share.scss index 9e0e00871..9272837b0 100644 --- a/app/assets/stylesheets/shared/social_share.scss +++ b/app/assets/stylesheets/shared/social_share.scss @@ -27,7 +27,6 @@ } } - .ssb-facebook { @include has-fa-icon(facebook-f, brands); background: #3b5998;