18F/web-design-standards

View on GitHub
tasks/sass.js

Summary

Maintainability
A
1 hr
Test Coverage

Function compileSass has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  compileSass() {
    dutil.logMessage("sass", "Compiling Sass");
    const pluginsProcess = [discardComments(), autoprefixer()];
    const pluginsMinify = [csso({ forceMediaMerge: false })];

Severity: Minor
Found in tasks/sass.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status