MidnightRiders/MemberPortal

View on GitHub
app/assets/stylesheets/vendor/foundation/_functions.scss

Summary

Maintainability
Test Coverage

Declaration should be terminated by a semicolon
Open

        $return: append($return, unquote('#{$type}'), comma)

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

  @return $remValues;

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

  @if (($module_index == null) or ($module_index == false)) {

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

  $remValues: ();

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

  @if $max == 1 { @return strip-unit(nth($remValues, 1)) * 1em; }

Expected 0 spaces before ) instead of
Open

@function text-inputs( $types: all, $selector: input ) {

0rem should be written without units as 0
Open

  @if ($value == 0rem) { $value: 0; } // Turn 0rem into 0

Declaration should be terminated by a semicolon
Open

        $return: append($return, unquote('#{$type}#{$selector}'), comma)

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

  @if (($module_index == null) or ($module_index == false)) {

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

    $remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));

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

    $emValues: append($emValues, strip-unit(nth($remValues, $i)) * 1em);

Expected 0 spaces after ( instead of
Open

@function text-inputs( $types: all, $selector: input ) {

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

    $remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value));

Declaration should be terminated by a semicolon
Open

      $return: append($return, unquote('#{$selector}[type="#{$type}"]'), comma)

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

  $emValues: ();

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

    $emValues: append($emValues, strip-unit(nth($remValues, $i)) * 1em);

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

@function emCalc($values) {

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

  @return $emValues;

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

  $module_index: index($modules, $name);

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

    $emValues: append($emValues, strip-unit(nth($remValues, $i)) * 1em);

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

  $max: length($remValues);

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

    @return $return;

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

  $remValues: rem-calc($values, $base-value: $rem-base);

There are no issues that match your filters.

Category
Status