betajs/betajs-media-components

View on GitHub
src/themes/_common/fontello_icons_colors.scss

Summary

Maintainability
Test Coverage

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

  color: #1da1f2;

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

  color: #0072b1;

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

  color: #1da1f2;

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

  color: #3b5998;

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

  color: #dd4b39;

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

  color: #3b5998;

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

  color: #dd4b39;

There are no issues that match your filters.

Category
Status