Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jtfell
Last active November 8, 2016 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtfell/a572a16256d2d0b031b2fc193f0e396d to your computer and use it in GitHub Desktop.
Save jtfell/a572a16256d2d0b031b2fc193f0e396d to your computer and use it in GitHub Desktop.
var fs = require('fs');
var analyse = require('../src/index.js');
var css = fs.readFileSync('./test/basic.css', 'utf8');
analyse(css);
// Prints:
// { ratio: 1.4999140493583407, fit: 0.9999999752384222 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment