georgebellos/real_estate

View on GitHub
app/assets/stylesheets/sections/rails-footnotes.css.scss

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

div#footnotes_debug {

Avoid qualifying id selectors with an element.
Open

div#footnotes_debug {

Use // comments everywhere
Open

/*debugging information*/

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

  background-color: rgb(235, 235, 235);

Selector footnotes_debug should be written in lowercase with hyphens
Open

div#footnotes_debug {

Selector debug_dump should be written in lowercase with hyphens
Open

.debug_dump {

There are no issues that match your filters.

Category
Status