postcss-normalize
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,2 @@ 'use strict'; | ||
fs = require('fs'), | ||
path = require('path'), | ||
CleanCSS = require('clean-css'); | ||
@@ -12,3 +11,3 @@ | ||
var normalize = fs.readFileSync(path.join(__dirname, 'node_modules/normalize.css/normalize.css'), 'utf8'); | ||
var normalize = fs.readFileSync(require.resolve('normalize.css'), 'utf8'); | ||
normalize = new CleanCSS().minify(normalize).styles; | ||
@@ -15,0 +14,0 @@ |
{ | ||
"name": "postcss-normalize", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "PostCSS plugin that automatically applies normalize.css", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,5 +0,5 @@ | ||
# postcss-normalize | ||
# PostCSS Normalize | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] | ||
[PostCSS] plugin that that automatically applies the latest normalize.css | ||
[PostCSS][PostCSS] plugin that that automatically applies the latest normalize.css. | ||
@@ -29,3 +29,3 @@ ```css | ||
See [PostCSS] docs for examples for your environment. | ||
See [PostCSS][PostCSS] docs for examples for your environment. | ||
@@ -45,2 +45,1 @@ -- | ||
[PostCSS]: https://github.com/postcss/postcss | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3140
11
44