podemos-info/participa2

View on GitHub
app/assets/stylesheets/decidim.scss

Summary

Maintainability
Test Coverage

Expected newline after "," (selector-list-comma-newline-after)
Open

a[href*="/authorizations"], a[href*="/user_interests"]{

selector-list-comma-newline-after

Require a newline or disallow whitespace after the commas of selector lists.

<!-- prettier-ignore -->
a,
   b↑{ color: pink; }
/** ↑
 * The newline after this comma */

End-of-line comments are allowed one space after the comma.

<!-- prettier-ignore -->
a, /* comment */
b { color: pink; }

The [fix option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule.

There are no issues that match your filters.

Category
Status