MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

Rule declaration should be followed by an empty line
Open

        }

Rule declaration should be followed by an empty line
Open

        }

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

      &.tip-right { float: none !important; }

Shorthand form for property border-color should be written more concisely as transparent transparent $tooltip-bg instead of transparent transparent $tooltip-bg transparent
Open

          border-color: transparent transparent $tooltip-bg transparent;

Shorthand form for property border-color should be written more concisely as $tooltip-bg transparent transparent instead of $tooltip-bg transparent transparent transparent
Open

          border-color: $tooltip-bg transparent transparent transparent;

Shorthand form for property border-color should be written more concisely as transparent transparent $tooltip-bg instead of transparent transparent $tooltip-bg transparent
Open

        border-color: transparent transparent $tooltip-bg transparent;

Prefer single quoted strings
Open

@include exports("tooltip") {

Rule declaration should be followed by an empty line
Open

      }

Use // comments everywhere
Open

    /* Tooltips */

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

        &.tip-right { float: none !important; }

There are no issues that match your filters.

Category
Status