beavyHQ/beavy

View on GitHub

Showing 702 of 702 total issues

Prefer single quoted strings
Open

@import "grid/fill-parent";

Prefer single quoted strings
Open

  @if $value == "flex-start" {

Commas in function arguments should be followed by one space
Open

      $spec:   append($spec,   $list3);

Prefer single quoted strings
Open

  } @else if to-lower-case($direction) == "right-to-left" {

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

        $media-query: $media-query + "and ";

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

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

Prefer single quoted strings
Open

    @include -neat-warn("Too many arguments passed to the omega() mixin.");

Colon after property should be followed by one space
Open

      @if nth($vals, 2) { #{$left}:   nth($vals, 2); }

Color pink should be written in hexadecimal form as #ffc0cb
Open

$blue: pink;

Prefer single quoted strings
Open

    woff:  "#{$file-path}.woff" format("woff"),

Prefer single quoted strings
Open

    svg:   "#{$file-path}.svg##{$font-family}" format("svg")

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

  @else if $has-single-position != "" {

Prefer single quoted strings
Open

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

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

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

Prefer single quoted strings
Open

      spec-image: $prefix + "to " + $pos + $suffix

Prefer single quoted strings
Open

        or ($first-val == "circle")

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

@import "settings/disable-warnings";

Properties should be ordered color, font-size, font-weight, margin-right
Open

        font-weight: bold;
Severity
Category
Status
Source
Language