YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/_Variables.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

@import "../../../libraries/bootstrap/scss/_functions";

Prefer single quoted strings
Open

$progress-bg--inactive: material-color("blue-grey", "200");

Use // comments everywhere
Open

/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */

Prefer single quoted strings
Open

$color-indigo-dark: material-color("indigo", "600");

Prefer single quoted strings
Open

$color-grey-light: material-color("grey", "300");

Prefer single quoted strings
Open

@import "../../../libraries/sass-material-colors/sass/_sass-material-colors.scss";

Prefer single quoted strings
Open

@import "../../../libraries/bootstrap/scss/_mixins";

Imported partial ../../../libraries/bootstrap/scss/_functions should be written as ../../../libraries/bootstrap/scss/functions
Open

@import "../../../libraries/bootstrap/scss/_functions";

0.375 should be written without a leading zero as .375
Open

$p-bs4-button: 0.375rem 0.75rem;

Prefer single quoted strings
Open

$progress-bg--active: material-color("deep-orange", "500");

Prefer single quoted strings
Open

$flag-icons-path: "../../../libraries/flag-icons/flags/";

0.75 should be written without a leading zero as .75
Open

$p-bs4-button: 0.375rem 0.75rem;

Imported partial ../../../libraries/sass-material-colors/sass/_sass-material-colors.scss should be written as ../../../libraries/sass-material-colors/sass/sass-material-colors
Open

@import "../../../libraries/sass-material-colors/sass/_sass-material-colors.scss";

Imported partial ../../../libraries/bootstrap/scss/_mixins should be written as ../../../libraries/bootstrap/scss/mixins
Open

@import "../../../libraries/bootstrap/scss/_mixins";

0.8 should be written without a leading zero as .8
Open

$font-size-small: 0.8rem;

There are no issues that match your filters.

Category
Status