k3nsei/ng-in-viewport

View on GitHub
projects/example/src/app/page-lazy-images/page-lazy-images.component.scss

Summary

Maintainability
Test Coverage

Colon after property should be followed by one space
Open

  transition:

0.25 should be written without a leading zero as .25
Open

    background-color 0.25s ease-in,

Properties should be ordered block-size, inline-size, inset-inline, position
Open

    inline-size: 50px;

Properties should be ordered block-size, inline-size, object-fit, opacity, transition
Open

    inline-size: 100%;

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

  background-color: #9e9e9e;

Unknown property inset-inline
Open

    inset-inline: calc(50% - 25px);

Properties should be ordered background-color, color, font-size, font-weight, transition
Open

  font-size: 2em;

0.25 should be written without a leading zero as .25
Open

    background-color 0.25s ease-in,

Color literals like rgba(255, 255, 255, 0.87) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: rgba(255, 255, 255, 0.87);

0.87 should be written without a leading zero as .87
Open

  color: rgba(255, 255, 255, 0.87);

There are no issues that match your filters.

Category
Status