18F/dolores-landingham-slack-bot

View on GitHub
app/assets/stylesheets/layout/_containers.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @extend .container;

Line should be indented with spaces, not tabs
Open

    width: 25%;

Line should be indented with spaces, not tabs
Open

    padding: $base-padding;

Line should be indented with spaces, not tabs
Open

    margin-left: 25%;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .container;

Line should be indented with spaces, not tabs
Open

    height: 100%;

Line should be indented with spaces, not tabs
Open

    padding: $base-padding;

Line should be indented with spaces, not tabs
Open

    overflow-y: auto;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .container;

Line should be indented with spaces, not tabs
Open

    @extend .container;

Line should be indented with spaces, not tabs
Open

    position: fixed;

Line should be indented with spaces, not tabs
Open

    width: 75%;

There are no issues that match your filters.

Category
Status