MidnightRiders/MemberPortal

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

Summary

Maintainability
Test Coverage

Property 'text-align' should be placed on separate line from selector
Open

      .#{(nth($align-class-names, $i))}-text-right   { text-align: right !important; }

Property 'text-align' should be placed on separate line from selector
Open

      .#{(nth($align-class-names, $i))}-text-center  { text-align: center !important; }

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

      dd { margin-bottom: $definition-list-margin-bottom; }

Properties should be ordered color, line-height
Open

      line-height: $paragraph-line-height;

Colon after property should be followed by one space
Open

      padding:0;

Use // comments everywhere
Open

    /* Default paragraph styles */

Rule declaration should be followed by an empty line
Open

    h5 { font-size: $h5-font-size - $h5-font-reduction; }

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

    h6 { font-size: $h6-font-size - $h6-font-reduction; }

Rule declaration should be followed by an empty line
Open

      &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}

Property 'list-style-type' should be placed on separate line from selector
Open

      &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}

Property 'margin-#<:script::tree::interpolation:0x000055d4f60d3768>' should be placed on own line</:script::tree::interpolation:0x000055d4f60d3768>
Open

      &.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;}

Rule declaration should be preceded by an empty line
Open

      li {

Rule declaration should be followed by an empty line
Open

      }

Rule declaration should be preceded by an empty line
Open

      &[title] {

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

    h1, h2, h3, h4, h5, h6 {

Rule declaration should be followed by an empty line
Open

    h4 { font-size: $h4-font-size - $h4-font-reduction; }

Property 'margin-#<:script::tree::interpolation:0x000055d4f60a95d0>' should be placed on own line</:script::tree::interpolation:0x000055d4f60a95d0>
Open

      &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}

Property 'margin-#<:script::tree::interpolation:0x000055d4f60b8440>' should be placed on own line</:script::tree::interpolation:0x000055d4f60b8440>
Open

      &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}

Rule declaration should be preceded by an empty line
Open

        &:before {

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

      .summary { font-weight: $microformat-summary-font-weight; }

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

      h1 { font-size: $h1-font-size; }

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

    h1, h2, h3, h4, h5, h6 {

Use // comments everywhere
Open

    /* Abbreviations */

Use // comments everywhere
Open

    /* Blockquotes */

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

      }

0.34 should be written without a leading zero as .34
Open

$print-margin: 0.34in !default;

Rule declaration should be followed by an empty line
Open

  .text-left    { text-align: left !important; }

Rule declaration should be followed by an empty line
Open

      .#{(nth($align-class-names, $i))}-text-left { text-align: left !important; }

Use // comments everywhere
Open

    /* Default Link Styles */

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

    h3 { font-size: $h3-font-size - $h3-font-reduction; }

Property 'list-style' should be placed on separate line from selector
Open

        li ul { list-style: inherit; }

Use // comments everywhere
Open

    /* Microformats */

Rule declaration should be followed by an empty line
Open

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

Rule declaration should be followed by an empty line
Open

      h3 { font-size: $h3-font-size; }

Property 'text-align' should be placed on separate line from selector
Open

      .#{(nth($align-class-names, $i))}-text-left { text-align: left !important; }

Property 'text-align' should be placed on separate line from selector
Open

      .#{(nth($align-class-names, $i))}-text-justify { text-align: justify !important; }

border: 0 is preferred over border: none
Open

      img { border:none; }

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

    h1, h2, h3, h4, h5, h6 {

Rule declaration should be followed by an empty line
Open

    h3 { font-size: $h3-font-size - $h3-font-reduction; }

Use // comments everywhere
Open

    /* Definition Lists */

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

Property 'text-align' should be placed on separate line from selector
Open

  .text-justify { text-align: justify !important; }

Use // comments everywhere
Open

    /* Default header styles */

Use // comments everywhere
Open

    /* Ordered Lists */

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

Opening curly brace { should be preceded by one space
Open

      .#{(nth($align-class-names, $i))}-text-right   { text-align: right !important; }

Prefer single quoted strings
Open

@include exports("type") {

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

    h1 { font-size: $h1-font-size - $h1-font-reduction; }

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

    h5 { font-size: $h5-font-size - $h5-font-reduction; }

Properties should be ordered list-style, margin-bottom
Open

          margin-bottom: 0;

Properties should be ordered border, cursor, font-weight, padding, text-decoration
Open

        cursor: $cursor-default-value;

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

Rule declaration should be followed by an empty line
Open

      .#{(nth($align-class-names, $i))}-text-right   { text-align: right !important; }

Opening curly brace { should be preceded by one space
Open

      .#{(nth($align-class-names, $i))}-text-center  { text-align: center !important; }

Colon after property should be followed by one space
Open

      margin:0;

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

      img { border:none; }

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

    h1, h2, h3, h4, h5, h6 {

Property 'list-style-type' should be placed on separate line from selector
Open

      &.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;}

Properties should be ordered color, cursor, font-size, text-transform
Open

      text-transform: uppercase;

Begin pseudo elements with double colons: ::
Open

        &:before {

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

      h4 { font-size: $h4-font-size; }

Rule declaration should be followed by an empty line
Open

      h5 { font-size: $h5-font-size; }

Use // comments everywhere
Open

      /*

Property 'page-break-inside' should be placed on separate line from selector
Open

        img { page-break-inside: avoid; }

Property 'text-align' should be placed on separate line from selector
Open

  .text-center  { text-align: center !important; }

Rule declaration should be followed by an empty line
Open

    h2 { font-size: $h2-font-size - $h2-font-reduction; }

Use // comments everywhere
Open

    /* Helpful Typography Defaults */

Property 'list-style-type' should be placed on separate line from selector
Open

      &.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;}

border: 0 is preferred over border: none
Open

        border: none;

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

      h3 { font-size: $h3-font-size; }

Begin pseudo elements with double colons: ::
Open

        abbr[title]:after { content: " (" attr(title) ")"; }

Prefer single quoted strings
Open

        abbr[title]:after { content: " (" attr(title) ")"; }

Property 'page-break-after' should be placed on separate line from selector
Open

        h3 { page-break-after: avoid; }

Property 'text-align' should be placed on separate line from selector
Open

  .text-right   { text-align: right !important; }

Use // comments everywhere
Open

    /* Typography resets */

Unnecessary parent selector (&)
Open

      & aside {

Use // comments everywhere
Open

    /* Lists */

Rule declaration should be followed by an empty line
Open

      &.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;}

Properties should be ordered font-weight, margin-bottom
Open

        margin-bottom: $definition-list-header-margin-bottom;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

      h1 { font-size: $h1-font-size; }

Avoid qualifying attribute selectors with an element.
Open

        a[href]:after { content: " (" attr(href) ")"; }

Begin pseudo elements with double colons: ::
Open

        .ir a:after,

Opening curly brace { should be preceded by one space
Open

@mixin align-classes{

Opening curly brace { should be preceded by one space
Open

  .text-left    { text-align: left !important; }

Opening curly brace { should be preceded by one space
Open

  .text-right   { text-align: right !important; }

Opening curly brace { should be preceded by one space
Open

  .text-center  { text-align: center !important; }

Use // comments everywhere
Open

    /* Unordered Lists */

Rule declaration should be followed by an empty line
Open

      }

Line contains trailing whitespace
Open

      

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

      h5 { font-size: $h5-font-size; }

Properties should be ordered background, box-shadow, color, text-shadow
Open

          color: $black !important; /* Black prints faster: h5bp.com/s */

Prefer single quoted strings
Open

        a[href]:after { content: " (" attr(href) ")"; }

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

        a[href]:after { content: " (" attr(href) ")"; }

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

        thead { display: table-header-group; /* h5bp.com/t */ }

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

        abbr[title]:after { content: " (" attr(title) ")"; }

Begin pseudo elements with double colons: ::
Open

        .ir a:after,

Rule declaration should be followed by an empty line
Open

        a:visited { text-decoration: underline;}

Avoid qualifying attribute selectors with an element.
Open

        .ir a:after,

Property 'text-align' should be placed on separate line from selector
Open

  .text-left    { text-align: left !important; }

Property 'text-decoration' should be placed on separate line from selector
Open

        a:visited { text-decoration: underline;}

Rule declaration should be followed by an empty line
Open

  .text-right   { text-align: right !important; }

Rule declaration should be followed by an empty line
Open

  .text-center  { text-align: center !important; }

Rule declaration should be followed by an empty line
Open

    h1 { font-size: $h1-font-size - $h1-font-reduction; }

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

Use // comments everywhere
Open

          color: $black !important; /* Black prints faster: h5bp.com/s */

Use // comments everywhere
Open

        thead { display: table-header-group; /* h5bp.com/t */ }

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

        img { max-width: 100% !important; }

Rule declaration should be followed by an empty line
Open

      .#{(nth($align-class-names, $i))}-text-center  { text-align: center !important; }

@mixin declaration should be followed by an empty line
Open

}

Colon after property should be followed by one space
Open

      img { border:none; }

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

    h2 { font-size: $h2-font-size - $h2-font-reduction; }

Properties should be ordered color, display, font-size
Open

        display: block;

Prefer single quoted strings
Open

          content: "\2014 \0020";

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

      h2 { font-size: $h2-font-size; }

Rule declaration should be followed by an empty line
Open

      h4 { font-size: $h4-font-size; }

Prefer single quoted strings
Open

        a[href]:after { content: " (" attr(href) ")"; }

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

    h1, h2, h3, h4, h5, h6 {

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

    h4 { font-size: $h4-font-size - $h4-font-reduction; }

Properties should be ordered font-size, font-weight
Open

        font-weight: $microformat-fullname-font-weight;

Rule declaration should be followed by an empty line
Open

      h2 { font-size: $h2-font-size; }

Avoid qualifying attribute selectors with an element.
Open

        .ir a:after,

Begin pseudo elements with double colons: ::
Open

        a[href]:after { content: " (" attr(href) ")"; }

Prefer single quoted strings
Open

        a[href^="#"]:after { content: ""; }

Avoid qualifying attribute selectors with an element.
Open

        abbr[title]:after { content: " (" attr(title) ")"; }

Prefer single quoted strings
Open

        abbr[title]:after { content: " (" attr(title) ")"; }

Begin pseudo elements with double colons: ::
Open

        .ir a:after,

Properties should be ordered border, display, margin, padding
Open

      display: inline-block;

Properties should be ordered display, margin
Open

        margin: 0;

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

      h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }

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

      h6 { font-size: $h6-font-size; }

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

        a[href^="#"]:after { content: ""; }

There are no issues that match your filters.

Category
Status