Showing 5,271 of 5,271 total issues
Selector is_producer
should be written in lowercase with hyphens Open
Open
.is_producer {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
dialog .close-reveal-modal
- Exclude checks
Color literals like #bbb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #bbb;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, & * {
- Exclude checks
Selector active_table_node
should be written in lowercase with hyphens Open
Open
.active_table .active_table_node {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.hub-name, .button-address {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row:last-child {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row.closed {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 10px 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
span {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 30px 20px 0
instead of 30px 20px 0 20px
Open
Open
padding: 30px 20px 0 20px;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Color literals like #f4704c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #f4704c;
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #999;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Name of mixin paneWhiteText
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include paneWhiteText;
- Exclude checks