Showing 2,141 of 2,141 total issues
Properties should be ordered background-color, color, cursor, width Open
Open
width: 100%;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Properties should be ordered font-size, font-weight Open
Open
font-weight: bold;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
Use //
comments everywhere Open
Open
/*
- Exclude checks
Properties should be ordered display, font-family, font-size, letter-spacing Open
Open
font-size: 24px;
- 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
Avoid using id selectors Open
Open
#content-header nav {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
!important should not be used Open
Open
color: $pagination-next-hover-color !important;
- Exclude checks
!important should not be used Open
Open
display:none !important;
- Exclude checks
!important should not be used Open
Open
box-shadow: none !important;
- Exclude checks
!important should not be used Open
Open
border-bottom: none !important;
- Exclude checks
!important should not be used Open
Open
border-left:0 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
> section > section {
- Exclude checks
Colon after property should be followed by one space Open
Open
border-left:0 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
#detail-info > * > section * > section {
- Exclude checks
Properties should be ordered margin-bottom, padding-bottom Open
Open
padding-bottom: 0;
- Exclude checks
Merge rule #detail-info .metadata
with rule on line 134 Open
Open
#detail-info .metadata {
- Exclude checks