ikuseiGmbH/Goldencobra

View on GitHub
lib/generators/goldencobra/templates/assets/stylesheets/_bootstrap_overwrite.scss

Summary

Maintainability
Test Coverage

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

  color: #fff;

Use // comments everywhere
Open

/*!

Properties should be ordered color, text-shadow
Open

  text-shadow: 0 0 10px #000;

Properties should be ordered background, background-size, height
Open

  height: 400px;

URL http://placehold.it/1920x400 should not contain protocol or domain
Open

  background: url('http://placehold.it/1920x400') center center no-repeat scroll;

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

  text-shadow: 0 0 10px #000;

Use // comments everywhere
Open

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

Shorthand form for property margin should be written more concisely as 50px 0 $line-height-computed instead of 50px 0 $line-height-computed 0
Open

  margin: 50px 0 $line-height-computed 0;

Use // comments everywhere
Open

/* Customize the text color and shadow color and to optimize text legibility. */

Use // comments everywhere
Open

  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

There are no issues that match your filters.

Category
Status