Socket
Socket
Sign inDemoInstall

postcss-normalize

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -5,3 +5,4 @@ 'use strict';

fs = require('fs'),
path = require('path');
path = require('path'),
CleanCSS = require('clean-css');

@@ -12,2 +13,3 @@ module.exports = postcss.plugin('postcss-normalize', function () {

var normalize = fs.readFileSync(path.join(__dirname, 'node_modules/normalize.css/normalize.css'), 'utf8');
normalize = new CleanCSS().minify(normalize).styles;

@@ -14,0 +16,0 @@ css.prepend(normalize);

{
"name": "postcss-normalize",
"version": "0.1.0",
"version": "0.1.1",
"description": "PostCSS plugin that automatically applies normalize.css",

@@ -29,2 +29,3 @@ "keywords": [

"dependencies": {
"clean-css": "^3.3.9",
"normalize.css": "^3.0.3",

@@ -31,0 +32,0 @@ "postcss": "^4.1.9"

# 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 normalize.css
[PostCSS] plugin that that automatically applies the latest normalize.css

@@ -6,0 +6,0 @@ ```css

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc