Showing 2,141 of 2,141 total issues
Commas in function arguments should be followed by one space Open
Open
$greyscale_midtone: rgb(128,128,128);
- Exclude checks
Properties should be ordered background, border, color, cursor, font-size, height, margin-left, padding, position, text-align, width, z-index Open
Open
font-size: $font_size_110;
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
@if type-of($opacity) == number{@return rgba(tint($color, 25), $opacity)}
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$greyscale_lightest: rgb(252,252,252);
- Exclude checks
Name of variable greyscale_dark
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$pagination-disabled-color: $greyscale_dark;
- Exclude checks
Prefer single quoted strings Open
Open
@if $size == "baseline" {
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$main-highlight: $complementA;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
border-bottom: 1px solid rgba($white, 0.3);
- Exclude checks
Name of variable font_leading_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$font_leading_105: 1;
- Exclude checks
Name of variable font_size_120
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include adjust-font-size-to($font_size_120);
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "top" {
- Exclude checks
Properties should be ordered background, color Open
Open
color: $pagination-active-color !important;
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "upper-right" {
- Exclude checks
Properties should be ordered font-family, font-weight, padding, text-align Open
Open
text-align: center;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a
- Exclude checks
Properties should be ordered border-bottom, color Open
Open
color: $primary-dark;
- Exclude checks
!important should not be used Open
Open
color:$pagination-next-color !important;
- Exclude checks
!important should not be used Open
Open
color: lighten($black, 50) !important; // IE Fallback
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$greyscale_midtone: rgb(128,128,128);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks