npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

consolidate-styles

0.1.2

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:5
$ npm install consolidate-styles
DailyWeeklyMonthlyYearly

consolidate-styles NPM version

Find style and link tags in HTML, consolidate and append them to the tag.

Install with npm:

npm i -g consolidate-styles --save-dev

Install with bower:

bower install consolidate-styles

styles( html )

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.

Author

Jon Schlinkert

  • github/jonschlinkert
  • twitter/jonschlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on May 25, 2014.