beavyHQ/beavy

View on GitHub
beavy_apps/twitter/frontend/styles/twitterApp.scss

Summary

Maintainability
Test Coverage

Selector loadingElement should be written in lowercase with hyphens
Open

.this .loadingElement {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    opacity: 0.2;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: inherit;

Merge rule .this.loading with rule on line 5
Open

.this.loading {

Selector loadingElement should be written in lowercase with hyphens
Open

.loadingElement {

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

    background: #eee;

0.2 should be written without a leading zero as .2
Open

    opacity: 0.2;

Merge rule .this .loadingElement with rule on line 5
Open

.this .loadingElement {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    transition: opacity 600ms;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    display: none;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    opacity: 1;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background: #eee;

Merge rule .this.loading .loadingElement with rule on line 5
Open

.this.loading .loadingElement {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    float: right;

Selector loadingElement should be written in lowercase with hyphens
Open

.this.loading .loadingElement {

There are no issues that match your filters.

Category
Status