rikai/Showbot

View on GitHub
sass/bourbon/functions/_tint-shade.scss

Summary

Maintainability
Test Coverage

Color black should be written in hexadecimal form as #000000
Open

  @return mix(black, $color, $percent);

Opening curly brace { should be preceded by one space
Open

@function tint($color, $percent){

Opening curly brace { should be preceded by one space
Open

@function shade($color, $percent){

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

  @return mix(white, $color, $percent);

Color white should be written in hexadecimal form as #ffffff
Open

  @return mix(white, $color, $percent);

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

  @return mix(black, $color, $percent);

There are no issues that match your filters.

Category
Status