$ npm install consolidate-styles
Find style and link tags in HTML, consolidate and append them to the tag.
npm i -g consolidate-styles --save-dev
bower install consolidate-styles
Pass a string of HTML with the link or style tags to be consolidated.
Example:
var styles = require("consolidate-styles");
var html = require('fs').readFileSync('index.html')
styles(html);
See example.
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on May 25, 2014.