cloudfoundry/stratos

View on GitHub
src/frontend/packages/devkit/src/build/sass.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function customSassImport has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private customSassImport(config: StratosConfig) {
    const that = this;
    return (url, resourcePath) => {
      if (url === '~@stratosui/theme/extensions') {
        // Generate SCSS to appy theming to the packages that need to be themed
Severity: Minor
Found in src/frontend/packages/devkit/src/build/sass.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status