Showing 5,271 of 5,271 total issues
Commas in function arguments should be followed by one space Open
Open
background-color: rgba(0,0,0,0.35);
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
button,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
img {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
strong {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 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 literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 2px 2px 0 black;
- Exclude checks
Name of mixin sidepaddingSm
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include sidepaddingSm;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Selector active_table
should be written in lowercase with hyphens Open
Open
.active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {
- Exclude checks
Name of mixin tiledPane
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include tiledPane;
- Exclude checks
Avoid using id selectors Open
Open
#sell-detail.pane {
- Exclude checks
Avoid using id selectors Open
Open
#tagline {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like rgba(white, 1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: rgba(white, 1);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.alert-cta {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
a:hover, a:active, a:focus {
- Exclude checks
Unnecessary parent selector (&) Open
Open
&, & * {
- Exclude checks
Color literals like rgba(white, 1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: rgba(white, 1);
- Exclude checks