MidnightRiders/MemberPortal

View on GitHub
app/assets/stylesheets/vendor/foundation/components/_pagination.scss

Summary

Maintainability
Test Coverage

Properties should be ordered color, cursor, pointer-events
Open

    cursor: $pagination-link-unavailable-cursor;

Opening curly brace { should be preceded by one space
Open

  { background: $pagination-link-unavailable-bg-active; }

Each selector in a comma sequence should be on its own single line
Open

  a, button {

Prefer single quoted strings
Open

@include exports("pagination") {

Opening curly brace { should be preceded by one space
Open

      { background: $pagination-link-active-bg; }

Property 'background' should be placed on separate line from selector
Open

      { background: $pagination-link-active-bg; }

Property 'background' should be placed on separate line from selector
Open

  { background: $pagination-link-unavailable-bg-active; }

Use // comments everywhere
Open

    /* Pagination centred wrapper */

Rule declaration should be followed by an empty line
Open

  }

Each selector in a comma sequence should be on its own single line
Open

      a, button {

Rule declaration should be followed by an empty line
Open

        &.unavailable { @include pagination-unavailable-item(); }

Each selector in a comma sequence should be on its own single line
Open

    a, button {

Property 'background' should be placed on separate line from selector
Open

      &:focus { background: $pagination-link-current-active-bg; }

Property 'background' should be placed on separate line from selector
Open

    &:focus { background: $pagination-link-current-active-bg; }

There are no issues that match your filters.

Category
Status