Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
.name-matches, .distance-matches {
- Exclude checks
0px
should be written without units as 0
Open
Open
text-shadow: 0px 0px 10px #fff;
- Exclude checks
Avoid using id selectors Open
Open
#pac-input {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a span {
- Exclude checks
Name of variable border-radius-TL
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
- Exclude checks
Color literals like #222222
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0 -1px 1px #111111, 0 1px 2px #222222;
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #666;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
dialog
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Selector active_table
should be written in lowercase with hyphens Open
Open
.active_table .active_table_node {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.word-wrap {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row:first-child {
- Exclude checks
Avoid using id selectors Open
Open
#registration-modal {
- Exclude checks
Avoid using id selectors Open
Open
#progress-bar {
- Exclude checks
Color literals like rgba(255, 255, 255, 0.85)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: rgba(255, 255, 255, 0.85);
- Exclude checks
Color literals like #f4704c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f4704c;
- Exclude checks