Showing 2,141 of 2,141 total issues
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE Fallback
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> section:only-of-type {
- Exclude checks
Merge rule #map-canvas.max
with rule on line 868 Open
Open
#map-canvas.max {
- Exclude checks
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
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
Properties should be ordered float, margin-left, width, z-index Open
Open
width: 400px;
- Exclude checks
Property background
already defined on line 971 Open
Open
background: rgba($primary-lightest,.1);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.location-sidebar-section {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.contact-box > section,
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Line should be indented 6 spaces, but was indented 8 spaces Open
Open
font-family: $font_san_serif;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_90;
- Exclude checks
Properties should be ordered color, font-family, font-size, padding, padding-bottom Open
Open
padding: 20px;
- Exclude checks
Properties should be ordered color, font-size, letter-spacing, text-shadow Open
Open
font-size: 56px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> li:nth-child(odd) {
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: $greyscale_lightest;
- Exclude checks
Properties should be ordered -webkit-backface-visibility, border-bottom, width Open
Open
width: 100%;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
h1.name {
- Exclude checks