Showing 5,271 of 5,271 total issues
Line should be indented with spaces, not tabs Open
Open
content: "\e644";
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_070-shop-map-reversed:before {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
th, td {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.neutral-btn:hover, .neutral-btn:active, .neutral-btn:focus {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.neutral-btn.turquoise:hover, .neutral-btn.turquoise:active, .neutral-btn.turquoise:focus {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
content: "\e61a";
- Exclude checks
Selector ofn-i_029-shopping-basket
should be written in lowercase with hyphens Open
Open
.ofn-i_029-shopping-basket:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
content: "\e61d";
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_042-linkedin:before {
- Exclude checks
Selector ofn-i_050-mail-circle
should be written in lowercase with hyphens Open
Open
.ofn-i_050-mail-circle:before {
- Exclude checks
Selector ofn-i_053-point-up
should be written in lowercase with hyphens Open
Open
.ofn-i_053-point-up:before {
- Exclude checks
Selector ofn-i_063-hub
should be written in lowercase with hyphens Open
Open
.ofn-i_063-hub:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
.ofn-i_067-shop:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #555
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #555;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
path {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
ul.bullet-list, ul.check-list {
- Exclude checks
Color literals like rgba(255, 255, 255, 0.8)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 2px solid rgba(255, 255, 255, 0.8);
- Exclude checks