Showing 2,141 of 2,141 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> strong {
- Exclude checks
Avoid using id selectors Open
Open
#terminology-box-container,
- Exclude checks
Property border-bottom
already defined on line 713 Open
Open
border-bottom: 1px solid rgba($black, .1);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-color: $greyscale_midtone;
- Exclude checks
Merge rule #list-view
with rule on line 648 Open
Open
#list-view {
- Exclude checks
Avoid using id selectors Open
Open
#list-view {
- Exclude checks
Properties should be ordered display, font-family, font-size, letter-spacing Open
Open
font-size: 24px;
- Exclude checks
Name of variable greyscale_lightest
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background: $greyscale_lightest;
- Exclude checks
Prefer single quoted strings Open
Open
content: " more...";
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.results-entry {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
h1.name > a:hover::after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> hgroup {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a:hover {
- Exclude checks
0.95
should be written without a leading zero as .95
Open
Open
opacity: 0.95;
- Exclude checks
Name of variable font_san_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_san_serif;
- Exclude checks
Name of variable font_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Properties should be ordered color, font-family, font-size Open
Open
font-size: 14px;
- Exclude checks
Avoid using id selectors Open
Open
#map-canvas.max {
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
border-top: 1px solid midtone($primary,0.5);
- Exclude checks
Expected item on line 973 to appear before line 968. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include border-radius(4px 4px 0 0);
- Exclude checks