riot/compiler

View on GitHub
src/generators/css/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function css has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function css(sourceNode, source, meta, ast) {
  const preprocessorName = getPreprocessorTypeByAttribute(sourceNode)
  const { options } = meta
  const preprocessorOutput = preprocess(
    'css',
Severity: Minor
Found in src/generators/css/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status