dlueth/qoopido.nucleus

View on GitHub
src/support/css/property.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function definition(unify, ucfirst, prefix) {
        var prefixes            = prefix(),
            styles              = document.createElement('div').style,
            regexMatchUppercase = /([A-Z])/g,
            storage             = {};
Severity: Minor
Found in src/support/css/property.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status