Showing 5,271 of 5,271 total issues
Each selector in a comma sequence should be on its own single line Open
Open
&.closed, &.open {
- 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
Color #FFFFFF
should be written as #ffffff
Open
Open
background-color: #FFFFFF;
- Exclude checks
0px
should be written without units as 0
Open
Open
text-shadow: 0px 0px 5px #fff;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
map, .angular-google-map-container, google-map, .angular-google-map {
- Exclude checks
Color literals like #888
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include big-input(#888, #333, $clr-brick);
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
nav.top-bar {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.top-bar-section ul li > a.top-bar--menu-item-with-icon {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {
- 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
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: white;
- Exclude checks
Merge rule .tab-bar .ofn-logo
with rule on line 168 Open
Open
.tab-bar .ofn-logo {
- Exclude checks
Color #111111
should be written as #111
Open
Open
text-shadow: 0 -1px 1px #111111, 0 1px 2px #222222;
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 0.25rem 0.75rem
instead of 0 0.25rem 0.75rem 0.25rem
Open
Open
margin: 0 0.25rem 0.75rem 0.25rem;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.hub {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:active, &:focus {
- Exclude checks
Selector open_closed
should be written in lowercase with hyphens Open
Open
.open_closed {
- Exclude checks
Selector active_table_row
should be written in lowercase with hyphens Open
Open
.active_table_row:first-child .skinny-head {
- Exclude checks