MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

@else should be placed on same line as previous curly brace
Open

  @else {

@else should be placed on same line as previous curly brace
Open

  @else {

@else should be placed on same line as previous curly brace
Open

  @else if $behavior == nest-collapse {

@else should be placed on same line as previous curly brace
Open

  @else if $collapse == false {

Name of variable totalColumns should be written in all lowercase letters with hyphens instead of underscores
Open

@function gridCalc($colNumber, $totalColumns) {

Prefer single quoted strings
Open

  @warn "gridCalc() is deprecated, use grid-calc()";

Name of variable colNumber should be written in all lowercase letters with hyphens instead of underscores
Open

  $result: percentage(($colNumber / $totalColumns));

@else should be placed on same line as previous curly brace
Open

  @else if $behavior == nest-collapse {

Name of function gridCalc should be written in all lowercase letters with hyphens instead of underscores
Open

@function gridCalc($colNumber, $totalColumns) {

Name of variable colNumber should be written in all lowercase letters with hyphens instead of underscores
Open

@function gridCalc($colNumber, $totalColumns) {

Name of variable totalColumns should be written in all lowercase letters with hyphens instead of underscores
Open

  @return grid-calc($colNumber, $totalColumns);

Prefer single quoted strings
Open

@include exports("grid") {

Rule declaration should be followed by an empty line
Open

        }

Name of variable colNumber should be written in all lowercase letters with hyphens instead of underscores
Open

  @return grid-calc($colNumber, $totalColumns);

Name of variable totalColumns should be written in all lowercase letters with hyphens instead of underscores
Open

@function grid-calc($colNumber, $totalColumns) {

$column-gutter/2 should be written with a single space on each side of the operator: $column-gutter / 2
Open

    margin: 0 (-($column-gutter/2));

Name of variable colNumber should be written in all lowercase letters with hyphens instead of underscores
Open

@function grid-calc($colNumber, $totalColumns) {

Rule declaration should be followed by an empty line
Open

    }

@else should be placed on same line as previous curly brace
Open

    @else if $float == right { float: $opposite-direction; }

Opening curly brace { should be preceded by one space
Open

  .columns.#{$size}-centered:last-child{

Name of variable totalColumns should be written in all lowercase letters with hyphens instead of underscores
Open

  $result: percentage(($colNumber / $totalColumns));

@else should be placed on same line as previous curly brace
Open

  @else if $behavior == collapse {

@else should be placed on same line as previous curly brace
Open

  @else {

Property 'margin-left' should be placed on separate line from selector
Open

        .row {margin-left:0; margin-right:0;}

Colon after property should be followed by one space
Open

        .row {margin-left:0; margin-right:0;}

@media declaration should be preceded by an empty line
Open

    @media #{$large-up} {

Colon after property should be followed by one space
Open

      .row {margin-left:0; margin-right:0;}

Colon after property should be followed by one space
Open

        .row {margin-left:0; margin-right:0;}

@else should be placed on same line as previous curly brace
Open

    @else { float: none; }

@else should be placed on same line as previous curly brace
Open

    @else { float: none; }

Rule declaration should be followed by an empty line
Open

    }

@media declaration should be followed by an empty line
Open

    }

Property 'margin-right' should be placed on own line
Open

        .row {margin-left:0; margin-right:0;}

Rule declaration should be followed by an empty line
Open

      }

Rule declaration should be followed by an empty line
Open

        }

Property 'margin-right' should be placed on own line
Open

      .row {margin-left:0; margin-right:0;}

@media declaration should be followed by an empty line
Open

    }

@media declaration should be preceded by an empty line
Open

    @media #{$xxlarge-up} {

Property 'margin-left' should be placed on separate line from selector
Open

      .row {margin-left:0; margin-right:0;}

Colon after property should be followed by one space
Open

      .row {margin-left:0; margin-right:0;}

There are no issues that match your filters.

Category
Status