stakit-critical-css

0.1.1 • Public • Published

stakit-critical-css

Stakit transform to inline critical, csso optimized CSS using dropcss.

Installation

npm i stakit-critical-css

Usage

var stakit = require('stakit')
var inlineCriticalCSS = require('stakit-critical-css')
 
var app = require('.')
 
stakit()
  .use(stakit.copy([ 'style.css' ])) // or get it from stakit-postcss
  .transform(inlineCriticalCSS, { src: 'style.css' })
  .output()

API

stakitCriticalCSS(opts)

Concats the stream of the file at opts.src and uses that as the raw CSS. Returns a hstream transform that prepends the optimized critical CSS to the head in a <style> tag.

Readme

Keywords

Package Sidebar

Install

npm i stakit-critical-css

Weekly Downloads

0

Version

0.1.1

License

ISC

Unpacked Size

3.36 kB

Total Files

3

Last publish

Collaborators

  • kodedninja