beavyHQ/beavy

View on GitHub

Showing 702 of 702 total issues

Avoid vendor prefixes.
Open

  -webkit-transform-style: preserve-3d; // stop webkit flicker

Expected item on line 100 to appear before line 96. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include media ($main-navigation-horizontal-bar-mode) {

0.6 should be written without a leading zero as .6
Open

        padding-right: 0.6em;

Selector navigationTools should be written in lowercase with hyphens
Open

.navigationTools {

Prefer single quoted strings
Open

@import "main";

0.6 should be written without a leading zero as .6
Open

    padding-top: 0.6em;

Begin pseudo elements with double colons: ::
Open

    &:after,

Selector modalFadeScreen should be written in lowercase with hyphens
Open

  &.open .modalFadeScreen {

Prefer single quoted strings
Open

@import "typography";

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

    opacity: 0.5;

Avoid qualifying attribute selectors with an element.
Open

input[type="search"] {

Commas in function arguments should be followed by one space
Open

  $inset-shadow:  adjust-color($base-color, $hue: -1, $saturation: -1%,  $lightness:  7%);

Prefer single quoted strings
Open

@import "settings/prefixer";

Prefer single quoted strings
Open

@import "functions/strip-units";

Prefer single quoted strings
Open

@import "css3/font-face";

Prefer single quoted strings
Open

@import "css3/radial-gradient";

Prefer single quoted strings
Open

@import "css3/selection";

0.3 should be written without a leading zero as .3
Open

$main-navigation-color: transparentize(white, 0.3) !default;

Selector navigationMenuButton should be written in lowercase with hyphens
Open

.navigationMenuButton {

Avoid qualifying attribute selectors with an element.
Open

    input[type=search] {
Severity
Category
Status
Source
Language