MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

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

    @each $transition_list in $property {

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

            $_ease: nth($transition_list, $i);

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

        @if length($transition_list) > 3 {

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

        $transition: $_property $_speed $_ease $_delay;

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

          $_speed: $speed;

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

        @if length($transition_list) > 2 {

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

          $_ease: $ease;

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

            $_delay: nth($transition_list, $i);

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

          $_property: nth($transition_list, $i);

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

            $_speed: nth($transition_list, $i);

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

            $_delay: nth($transition_list, $i);

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

        $transition: $_property $_speed $_ease $_delay;

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

      @for $i from 1 through length($transition_list) {

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

            $_speed: nth($transition_list, $i);

2*$thickness should be written with a single space on each side of the operator: 2 * $thickness
Open

      0 (2 * $gap + 2*$thickness) 0 $thickness $hover-color;

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

  &:before, &:after { content: " "; display: table; }

Begin pseudo elements with double colons: ::
Open

  &:before, &:after { content: " "; display: table; }

Variable names should be followed immediately by a colon
Open

$smoke         : #EEEEEE !default;

Variable names should be followed immediately by a colon
Open

$jumbo         : #888888 !default;

Color #666666 should be written as #666
Open

$steel         : #666666 !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($small-up) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($medium-up) + "/";

Begin pseudo elements with double colons: ::
Open

    *,

Properties should be ordered height, max-width
Open

    img { max-width: 100%; height: auto; }

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

            $_ease: nth($transition_list, $i);

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

        $transition: $transition, $_property $_speed $_ease $_delay;

Avoid vendor prefixes.
Open

     -moz-box-sizing: $type; // Firefox < 29

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

        margin-top: (-$width/2);

Color #FFFFFF should be written as #ffffff
Open

$white         : #FFFFFF !default;

Color #CCCCCC should be written as #CCC
Open

$iron          : #CCCCCC !default;

Color #888888 should be written as #888
Open

$jumbo         : #888888 !default;

Variable names should be followed immediately by a colon
Open

$charcoal      : #555555 !default;

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

        @if length($transition_list) > 1 {

Prefer single quoted strings
Open

      font-family: "/" + unquote($small-up) + "/";

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

          $_delay: $delay;

Prefer single quoted strings
Open

      font-family: "/" + unquote($medium-only) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($large-only) + "/";

Variable names should be followed immediately by a colon
Open

$gainsboro     : #DDDDDD !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($xlarge-up) + "/";

Color #444444 should be written as #444
Open

$tuatara       : #444444 !default;

Begin pseudo elements with double colons: ::
Open

    *,

Selector map_canvas should be written in lowercase with hyphens
Open

    #map_canvas,

Line should be indented 2 spaces, but was indented 10 spaces
Open

          box-sizing: $type; // Chrome, IE 8+, Opera, Safari 5.1

2*$thickness should be written with a single space on each side of the operator: 2 * $thickness
Open

      0 (2 * $gap + 2*$thickness) 0 $thickness $color;

Rule declaration should be followed by an empty line
Open

  &:before, &:after { content: " "; display: table; }

Declaration should be terminated by a semicolon
Open

  transform: translate($horizontal, $vertical)

Variable names should be followed immediately by a colon
Open

$vapor         : #F6F6F6 !default;

Variable names should be followed immediately by a colon
Open

$silver        : #EFEFEF !default;

Color #DDDDDD should be written as #DDD
Open

$gainsboro     : #DDDDDD !default;

Color #AAAAAA should be written as #AAA
Open

$base          : #AAAAAA !default;

Variable names should be followed immediately by a colon
Open

$jet           : #222222 !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($small-only) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($small-only) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($medium-only) + "/";

Prefer single quoted strings
Open

  content: "";

Prefer single quoted strings
Open

    content: "";

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

      @else {

Begin pseudo elements with double colons: ::
Open

  &:after { clear: both; }

Color #FAFAFA should be written as #fafafa
Open

$ghost         : #FAFAFA !default;

Variable names should be followed immediately by a colon
Open

$white-smoke   : #F5F5F5 !default;

Variable names should be followed immediately by a colon
Open

$base          : #AAAAAA !default;

Color #333333 should be written as #333
Open

$oil           : #333333 !default;

Color #43AC6A should be written as #43ac6a
Open

$success-color: #43AC6A !default;   // sea-green

Prefer single quoted strings
Open

      font-family: "/" + unquote($large-up) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($xlarge-up) + "/";

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

    html, body { height: 100%; }

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

    .left { float: left !important; }

Property 'min-height' should be placed on own line
Open

    textarea { height: auto; min-height: 50px; }

Begin pseudo elements with double colons: ::
Open

  &:before, &:after { content: " "; display: table; }

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

  &:after { clear: both; }

Variable names should be followed immediately by a colon
Open

$black         : #000000 !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($medium-up) + "/";

Rule declaration should be followed by an empty line
Open

    .right { float: right !important; }

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

    .right { float: right !important; }

Properties should be ordered -moz-osx-font-smoothing, -webkit-font-smoothing
Open

    .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

        $transition: $transition, $_property $_speed $_ease $_delay;

Properties should be ordered border-bottom-style, border-color
Open

    border-color: transparent transparent $triangle-color transparent;

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

    border-color: transparent transparent $triangle-color transparent;

Properties should be ordered box-shadow, content, display, height, position, width
Open

    content: "";

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

      @else {

Color #F9F9F9 should be written as #f9f9f9
Open

$snow          : #F9F9F9 !default;

Variable names should be followed immediately by a colon
Open

$monsoon       : #777777 !default;

Color #777777 should be written as #777
Open

$monsoon       : #777777 !default;

Color #000000 should be written as #000
Open

$black         : #000000 !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($xlarge-only) + "/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($xxlarge-up) + "/";

Prefer single quoted strings
Open

  &:before, &:after { content: " "; display: table; }

Color #EEEEEE should be written as #eeeeee
Open

$smoke         : #EEEEEE !default;

Variable names should be followed immediately by a colon
Open

$steel         : #666666 !default;

Color #555555 should be written as #555
Open

$charcoal      : #555555 !default;

Rule declaration should be followed by an empty line
Open

    .left { float: left !important; }

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

          $_property: nth($transition_list, $i);

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

        $transition: $transition, $_property $_speed $_ease $_delay;

Avoid vendor prefixes.
Open

  -webkit-box-sizing: $type; // Android < 2.3, iOS < 4

Property 'display' should be placed on own line
Open

  &:before, &:after { content: " "; display: table; }

Color #FFFFFF should be written as #FFF
Open

$white         : #FFFFFF !default;

$small-breakpoint + em-calc(1) should be written with a single space on each side of the operator: $small-breakpoint + em-calc(1)
Open

$medium-range:  ($small-breakpoint  + em-calc(1), $medium-breakpoint) !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($xxlarge-up) + "/";

Property 'font-size' should be placed on separate line from selector
Open

    body { font-size: $base-font-size; }

Selector map_canvas should be written in lowercase with hyphens
Open

    #map_canvas,

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

    select { width: 100%; }

Colon after property should be followed by one space
Open

    box-shadow:

Variable names should be followed immediately by a colon
Open

$ghost         : #FAFAFA !default;

Color #F5F5F5 should be written as #f5f5f5
Open

$white-smoke   : #F5F5F5 !default;

Color #DDDDDD should be written as #dddddd
Open

$gainsboro     : #DDDDDD !default;

Color #008CBA should be written as #008cba
Open

$primary-color: #008CBA !default;   // bondi-blue

Prefer single quoted strings
Open

$screen: "only screen" !default;

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

  a:hover { cursor: $cursor-pointer-value; }

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

        $transition: $transition, $_property $_speed $_ease $_delay;

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

  @else {

Properties should be ordered margin-top, top
Open

        top: 50%;

Color #F6F6F6 should be written as #f6f6f6
Open

$vapor         : #F6F6F6 !default;

Variable names should be followed immediately by a colon
Open

$aluminum      : #999999 !default;

Variable names should be followed immediately by a colon
Open

$tuatara       : #444444 !default;

Prefer single quoted strings
Open

@include exports("global") {

Property 'height' should be placed on own line
Open

    img { max-width: 100%; height: auto; }

$tabbar-menu-icon-width - $width)/2 should be written with a single space on each side of the operator: $tabbar-menu-icon-width - $width) / 2
Open

        left: ($tabbar-menu-icon-width - $width)/2;

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

      margin-top: -($width/2);

Rule declaration should be followed by an empty line
Open

  }

Color #EFEFEF should be written as #efefef
Open

$silver        : #EFEFEF !default;

Color #EEEEEE should be written as #EEE
Open

$smoke         : #EEEEEE !default;

Property 'max-width' should be placed on separate line from selector
Open

      object { max-width: none !important;

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

        $transition: $_property $_speed $_ease $_delay;

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

    @else {

Begin pseudo elements with double colons: ::
Open

  span:hover:after {

Colon after property should be followed by one space
Open

    box-shadow:

Variable names should be followed immediately by a colon
Open

$snow          : #F9F9F9 !default;

Variable names should be followed immediately by a colon
Open

$iron          : #CCCCCC !default;

Color #CCCCCC should be written as #cccccc
Open

$iron          : #CCCCCC !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($large-up) + "/";

Property '-webkit-font-smoothing' should be placed on separate line from selector
Open

    .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

    border-color: $triangle-color transparent transparent transparent;

Color #AAAAAA should be written as #aaaaaa
Open

$base          : #AAAAAA !default;

Variable names should be followed immediately by a colon
Open

$oil           : #333333 !default;

Prefer single quoted strings
Open

      font-family: "/5.5.3/";

Prefer single quoted strings
Open

      font-family: "/" + unquote($xlarge-only) + "/";

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

    html, body { height: 100%; }

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

    .invisible { visibility: hidden; }

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

        $transition: $_property $_speed $_ease $_delay;

Line should be indented 2 spaces, but was indented 5 spaces
Open

     -moz-box-sizing: $type; // Firefox < 29

Variable names should be followed immediately by a colon
Open

$white         : #FFFFFF !default;

Color #999999 should be written as #999
Open

$aluminum      : #999999 !default;

Color #222222 should be written as #222
Open

$jet           : #222222 !default;

$large-breakpoint + em-calc(1) should be written with a single space on each side of the operator: $large-breakpoint + em-calc(1)
Open

$xlarge-range:  ($large-breakpoint  + em-calc(1), $xlarge-breakpoint) !default;

Prefer single quoted strings
Open

      font-family: "/" + unquote($large-only) + "/";

Property 'max-width' should be placed on separate line from selector
Open

    img { max-width: 100%; height: auto; }

Property '-moz-osx-font-smoothing' should be placed on own line
Open

    .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

    textarea { height: auto; min-height: 50px; }

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

  &:before, &:after { content: " "; display: table; }

Property '-ms-interpolation-mode' should be placed on separate line from selector
Open

    img { -ms-interpolation-mode: bicubic; }

There are no issues that match your filters.

Category
Status