beavyHQ/beavy

View on GitHub

Showing 702 of 702 total issues

Properties should be ordered background, border, border-radius, color, font-size, font-style, margin, padding, width
Open

      border-radius: $base-border-radius * 2;

0.15 should be written without a leading zero as .15
Open

      @include size(0.15em 1.5em);

Selector modalInner should be written in lowercase with hyphens
Open

  .modalInner {

Prefer single quoted strings
Open

@import "lists";

Prefer single quoted strings
Open

  font-feature-settings: "kern", "liga", "pnum";

Color literals like #4294f0 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

@mixin button ($style: simple, $base-color: #4294f0, $text-size: inherit, $padding: 7px 18px) {

0.5 should be written without a leading zero as .5
Open

    opacity: 0.5;

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

  @else if $type == pill {

Commas in function arguments should be followed by one space
Open

  $third-stop:    adjust-color($base-color, $red: -86,  $green: -75,  $blue: -48);

Commas in function arguments should be followed by one space
Open

    $active-color:         adjust-color($base-color, $hue: 4,  $saturation: -12%,  $lightness: -10%);

Prefer single quoted strings
Open

@import "helpers/radial-gradient-parser";

Prefer single quoted strings
Open

@import "css3/user-select";

Prefer single quoted strings
Open

@import "addons/hide-text";

Prefer single quoted strings
Open

@import "main";

Selector navigationMenu should be written in lowercase with hyphens
Open

.navigationMenu {

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

      > a:after {

0.7 should be written without a leading zero as .7
Open

        padding-bottom: 0.7em;

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

    @include position(absolute, ($modal-padding /2) ($modal-padding /2) null null);

Begin pseudo elements with double colons: ::
Open

    &:before {
Severity
Category
Status
Source
Language