Maingron/MainOS

View on GitHub
Program Files/devexample/devexample.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#blue2 {

Don't use IDs in selectors.
Open

#yellow {

Don't use IDs in selectors.
Open

#colorselect {

Don't use IDs in selectors.
Open

#white {

2 IDs in the selector, really?
Open

#colorselect #currentcolor {

Don't use IDs in selectors.
Open

#green {

Don't use IDs in selectors.
Open

#pink {

Don't use IDs in selectors.
Open

  #imagep {

Don't use IDs in selectors.
Open

#image button {

Don't use IDs in selectors.
Open

#colorselect button {

Don't use IDs in selectors.
Open

#orange {

Don't use IDs in selectors.
Open

#image {

Don't use IDs in selectors.
Open

#gray1 {

Don't use IDs in selectors.
Open

#imagep {

Don't use IDs in selectors.
Open

#green2 {

Don't use IDs in selectors.
Open

#red {

Don't use IDs in selectors.
Open

#black {

Don't use IDs in selectors.
Open

#blue {

Don't use IDs in selectors.
Open

  #colorselect {

2 IDs in the selector, really?
Open

  #imagep #image {

Don't use IDs in selectors.
Open

#brown {

Don't use IDs in selectors.
Open

#gray2 {

Values of 0 shouldn't have units specified.
Open

  border:0px solid transparent;

The universal selector (*) is known to be slow.
Open

* {

Values of 0 shouldn't have units specified.
Open

  outline:0px solid transparent;

Using width with border can sometimes make elements larger than you expect.
Open

  border: 2px solid #000;

Expected (<color>) but found 'var(--hovercolor)'.</color>
Open

  background-color: var(--hovercolor);

Using height with border can sometimes make elements larger than you expect.
Open

  border: 2px solid #000;

Expected end of value but found 'var(--themecolor)'.
Open

    border:2px solid var(--themecolor);

Expected (<color>{1,4}) but found 'var(--themecolor)'.</color>
Open

    border-color: var(--themecolor);

Rule doesn't have all its properties in alphabetical order.
Open

#imagep {

Rule doesn't have all its properties in alphabetical order.
Open

#image {

Rule doesn't have all its properties in alphabetical order.
Open

#image button {

Rule doesn't have all its properties in alphabetical order.
Open

#colorselect {

Rule doesn't have all its properties in alphabetical order.
Open

* {

Rule doesn't have all its properties in alphabetical order.
Open

#colorselect button {

Rule doesn't have all its properties in alphabetical order.
Open

#colorselect #currentcolor {

Rule doesn't have all its properties in alphabetical order.
Open

  #colorselect {

There are no issues that match your filters.

Category
Status