@orbit-tech/sass-unused

0.1.0 • Public • Published

sass-unused

Build Status

A utility for finding unused variables, mixins and functions in a collection of SASS files, built on the gonzales-pe parser.

Usage

Command Line

npm install -g @orbit-tech/sass-unused
sass-unused 'src/**/*.scss'

This will parse all SASS files in 'src' and print a list of identifiers of variables, functions and mixins which are declared but not referenced elsewhere.

Library

var sassUnused = require('@orbit-tech/sass-unused')

sassUnused.findUnused('src/**/*.scss')
  .forEach(ident => console.log(ident))

Caveats

This tool is quite dumb, it assumes that all variables, functions and mixins live in the same namespace and can be identified uniquely via their identifiers.

/@orbit-tech/sass-unused/

    Package Sidebar

    Install

    npm i @orbit-tech/sass-unused

    Weekly Downloads

    0

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    9.83 kB

    Total Files

    10

    Last publish

    Collaborators

    • adelura
    • davison