Maingron/MainOS

View on GitHub
Program Files/notifications/style.scss

Summary

Maintainability
Test Coverage

Properties should be ordered height, padding-bottom, padding-top, position
Open

  position: relative;

Line contains trailing whitespace
Open

  

Colon after property should be followed by one space
Open

  transition:.1s;

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #fff;

Properties should be ordered height, left, position, top
Open

    position: absolute;

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border-left: 1px solid #000;

Properties should be ordered box-sizing, color, margin, padding, scrollbar-width
Open

  scrollbar-width: thin;

Properties should be ordered background, border-left, height, margin, overflow-x, padding, scrollbar-width, width
Open

  padding: 0;

Rule declaration should be preceded by an empty line
Open

  .notification_icon {

Properties should be ordered background, border, border-radius, display, height, margin, padding, position, width
Open

  position: relative;

Declaration should be terminated by a semicolon
Open

    height: 1.5em

Selector rm_not should be written in lowercase with hyphens
Open

.rm_not {

Selector notification_icon should be written in lowercase with hyphens
Open

  .notification_icon {

Use // comments everywhere
Open

/* .rm_not:hover {

Properties should be ordered border-bottom, font-size, line-height, margin-bottom, padding-bottom, text-align
Open

    text-align: center;

Properties should be ordered border-top, line-height, margin-top, padding-top, text-align
Open

    text-align: right;

Selector a_notificaton should be written in lowercase with hyphens
Open

.a_notificaton {

Properties should be ordered background-color, border, border-radius, display, height, position, right, top, transition, width
Open

  display: inline;

Color literals like #000 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: #000;

Properties should be ordered box-sizing, display, height
Open

    display: block;

There are no issues that match your filters.

Category
Status