Showing 2,141 of 2,141 total issues
Color #CCCCCC
should be written as #CCC
Open
Open
border-bottom: 1px solid #CCCCCC;
- Exclude checks
Properties should be ordered margin-top, padding-bottom, padding-top Open
Open
padding-top: 10px;
- Exclude checks
Properties should be ordered font-size, font-weight Open
Open
font-weight: bold;
- Exclude checks
Prefer single quoted strings Open
Open
content: " (" attr(href) ")";
- Exclude checks
0.6
should be written without a leading zero as .6
Open
Open
color: rgba($black, 0.6);
- Exclude checks
Avoid using id selectors Open
Open
#content > header {
- Exclude checks
Avoid using id selectors Open
Open
#app-footer {
- Exclude checks
Avoid using id selectors Open
Open
#detail-info {
- Exclude checks
Colon after property should be followed by one space Open
Open
border:0 !important;
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
color: rgba($black, 0.4) !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button-edit {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.service-categories > ul {
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
{
- Exclude checks
Property color
already defined on line 1280 Open
Open
color: rgba($black,.4);
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
!important should not be used Open
Open
position:absolute !important;
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "none" {
- Exclude checks
Prefer single quoted strings Open
Open
@if $corner == "right" {
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$greyscale_lightest: rgb(252,252,252);
- Exclude checks
Name of variable complementA
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$button-popup-hover-color: $complementA;
- Exclude checks