beavyHQ/beavy

View on GitHub

Showing 702 of 702 total issues

Prefer single quoted strings
Open

       or (type-of($value) == "number" and not(unitless($value))));

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

  @else if $a == $c and $b == $d         { $output: $a $b;       }

Prefer single quoted strings
Open

    $pos: unquote($has-single-position + "");

Prefer single quoted strings
Open

  @return contains("0" "1" "2" "3" "4" "5" "6" "7" "8" "9" 0 1 2 3 4 5 6 7 8 9, $value);

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

  @else if $has-angle {

Prefer single quoted strings
Open

    @if ("#{$side} #{$corner}" == "left top") or ("#{$side} #{$corner}" == "top left") {

Prefer single quoted strings
Open

          or contains("fill" "fit-content" "min-content" "max-content", $value);

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

    @else {

'-'+$vendor+'-' should be written with a single space on each side of the operator: '-'+$vendor + '-'
Open

    @return unquote('-'+$vendor+'-'+$prop);

Prefer single quoted strings
Open

    @else if ("#{$side} #{$corner}" == "left bottom") or ("#{$side} #{$corner}" == "bottom left") {

Prefer single quoted strings
Open

  $pos: unquote($pos + "");

Prefer single quoted strings
Open

  $end: str-index($image, ",");

Prefer single quoted strings
Open

  @if $val-1 == "to" {

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

      @else {

Imported partial bourbon/_bourbon.scss should be written as bourbon/bourbon
Open

@import "bourbon/_bourbon.scss";
Severity: Minor
Found in beavy/jsbeavy/styles/main.scss by scss-lint

Prefer single quoted strings
Open

  $strings: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";

Prefer single quoted strings
Open

      $media-query: $media-query + "(" + nth($query, $i) + ": " + nth($query, $i + 1) + ") ";

Prefer single quoted strings
Open

@import "grid/pad";

1.000 should be written without the mantissa as 1
Open

$ease-out-sine:     cubic-bezier(.390, .575, .565, 1.000);

Prefer single quoted strings
Open

  @include -neat-warn("Resetting $display will be deprecated in future versions in favor of the display(){...} mixin.");
Severity
Category
Status
Source
Language