Compass/compass

View on GitHub
compass-style.org/assets/javascripts/shBrushSass.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Brush has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function Brush()
    {
        function getKeywordsCSS(str)
        {
            return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
Severity: Major
Found in compass-style.org/assets/javascripts/shBrushSass.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status