Showing 5,271 of 5,271 total issues
Merge rule #system.pane
with rule on line 22 Open
Open
#system.pane {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a, a * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.active_table_row, .active_table_row:first-child, .active_table_row:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.active_table_row:nth-child(2) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
li.additional-producer {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.more {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.less {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a, a * {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row {
- Exclude checks
Name of mixin sidepaddingSm
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include sidepaddingSm;
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 0 1rem
instead of 0 0 1rem 0
Open
Open
margin: 0 0 1rem 0 !important;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
background-color: rgba(0,0,0,0.25);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, p, h1, h2, h3, h4, h5, h6 {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, p, h1, h2, h3, h4, h5, h6 {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Avoid using id selectors Open
Open
#group-page {
- Exclude checks