IIC2173-2015-2-Grupo2/GUI

View on GitHub
source/assets/scss/application.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;

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

    color: #fff;

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

  background: linear-gradient($gradient-initial, #fff);

There are no issues that match your filters.

Category
Status