18F/identity-dashboard

View on GitHub
app/assets/stylesheets/service_config_wizard.scss

Summary

Maintainability
Test Coverage

Shorthand form for property padding should be written more concisely as 0 0 1.5rem instead of 0 0 1.5rem 0
Open

    padding: 0 0 1.5rem 0;

Properties should be ordered min-height, min-width
Open

      min-width: 100%;

Properties should be ordered border-top, margin
Open

    margin: 1.5rem 0;

0.5 should be written without a leading zero as .5
Open

      margin-right: 0.5rem;

Properties should be ordered content, display, flex, order
Open

      display: block;

0.5 should be written without a leading zero as .5
Open

    margin-bottom: 0.5rem;

Selector usa-label__group should be written in lowercase with hyphens
Open

    .usa-label__group {

Properties should be ordered margin-bottom, margin-top
Open

    margin-top: unset;

border: 0 is preferred over border: none
Open

    border: none;

Selector service_provider_return_to_sp_url should be written in lowercase with hyphens
Open

  .service_provider_return_to_sp_url {

Rule declaration should be followed by an empty line
Open

    }

Selector usa-input__container should be written in lowercase with hyphens
Open

    .usa-input__container textarea {

Rule declaration should be followed by an empty line
Open

  }

Each selector in a comma sequence should be on its own single line
Open

    a, input {

Properties should be ordered border-top, display, margin-top, padding-top
Open

    display: flex;

Merge rule .usa-intro ~ .wizard-footer with rule on line 8
Open

  .usa-intro ~ .wizard-footer {

Selector usa-input__container should be written in lowercase with hyphens
Open

    .usa-label__group,

Rule declaration should be followed by an empty line
Open

    }

Selector usa-label__group should be written in lowercase with hyphens
Open

    .usa-label__group,

Selector should have depth of applicability no greater than 3, but was 4
Open

    .usa-input__container textarea {

Begin pseudo elements with double colons: ::
Open

    &:before {

Avoid qualifying class selectors with an element.
Open

  fieldset.wizard-field {

Selector usa-input__container should be written in lowercase with hyphens
Open

    .usa-input__container,

Properties should be ordered border-bottom, margin-bottom, padding-bottom
Open

    padding-bottom: 1.5rem;

There are no issues that match your filters.

Category
Status