UNPKG

postcss-critical-split

Version:

A PostCSS plugin that takes existing CSS files and splits out the annotated critical styles into a seperate file.

34 lines (33 loc) 729 B
{ "name": "postcss-critical-split", "version": "2.5.3", "repository": "https://github.com/menocreativity/postcss-critical-split", "description": "A PostCSS plugin that takes existing CSS files and splits out the annotated critical styles into a seperate file.", "scripts": { "test": "clear && jest test.js" }, "keywords": [ "postcss", "critical css", "split", "css", "plugin" ], "author": "Ronny Welter", "license": "MIT", "dependencies": { "merge": "^1.2.0", "postcss": "^6.0.1" }, "devDependencies": { "clear": "0.0.1", "jest": "^18.0.0" }, "jest": { "bail": false, "collectCoverage": true, "collectCoverageFrom": [ "index.js" ] } }