Showing 5,271 of 5,271 total issues
Color #FFF
should be written as #fff
Open
Open
color: #FFF;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tr:first-child td {
- Exclude checks
Merge rule a
with rule on line 31 Open
Open
a {
- Exclude checks
Color #3B5998
should be written as #3b5998
Open
Open
background-color: #3B5998 !important;
- Exclude checks
Color literals like #fb3958
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fb3958 !important;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
- Exclude checks
Color #FFFFFF
should be written as #FFF
Open
Open
border-top: 1px solid #FFFFFF;
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------
- Exclude checks
Selector toggle_settings
should be written in lowercase with hyphens Open
Open
#toggle_settings {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------
- Exclude checks
Color literals like #0096ad
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #0096ad;
- Exclude checks
Color literals like #FFF
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #FFF;
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #999;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6, p {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-ellipsis-v {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Avoid using id selectors Open
Open
#advanced_settings {
- Exclude checks
Avoid using id selectors Open
Open
#toggle_settings {
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border-top-color: black;
- Exclude checks