1.3.0 • Published 8 years ago

buff-cli v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

npm Code Climate

A stylesheet analysis tool for predicting UI jank.

There are three common types of rendering update that cause UI jank on the web, so having visibility on how often they occur in your styles can give you some insight on potential causes of jank you need to keep on top of.

Contents

Usage

  1. npm install -g buff-cli
  2. buff-cli "path/to/file.css"

That's it. 😎

Why?

WIP.

Planned features

  • Add support for analysing a stylesheet URL by URL
  • Add support for analysing multiple stylesheets in a row
  • Add support for passing a stylesheet as a string
  • Output results in a cross-compatible manner, most likely JSON
1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago