Showing 2,141 of 2,141 total issues
Name of variable greyscale_light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_light; // IE fallback
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$greyscale_dark: rgb(87,87,87);
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$white: rgb(255,255,255);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
Properties should be ordered border, height, width Open
Open
height: 400px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: visible;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$accentA-base: rgb(209,249,148);
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
!important should not be used Open
Open
z-index:9999 !important;
- Exclude checks
!important should not be used Open
Open
z-index:0 !important;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$complement-base: rgb(242,144,191);
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if type-of($opacity) == number{@return rgba(shade($color, 50), $opacity)}
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if type-of($opacity) == number{@return rgba(shade($color, 25), $opacity)}
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-utility-color: $complementA;
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "bottom" {
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$pagination-hover-color: $complementA;
- Exclude checks
Name of variable greyscale_dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$greyscale_dark: rgb(87,87,87);
- Exclude checks
Prefer single quoted strings Open
Open
@import "compass/css3/opacity";
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.fa {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$alert-error-base: rgb(255,10,50);
- Exclude checks