Socket
Socket
Sign inDemoInstall

postcss-calc

Package Overview
Dependencies
4
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

@@ -0,4 +1,9 @@

# 2.0.1 - 2014-08-10
* Correctly ignore unrecognized values (fix [#2](https://github.com/postcss/postcss-calc/issues/2))
# 2.0.0 - 2014-08-06
* Plugin now return a function to have a consistent api. ([ref1](https://github.com/ianstormtaylor/rework-color-function/issues/6), [ref2](https://twitter.com/jongleberry/status/496552790416576513))
* Plugin now return a function to have a consistent api. ([ref 1](https://github.com/ianstormtaylor/rework-color-function/issues/6), [ref 2](https://twitter.com/jongleberry/status/496552790416576513))

@@ -5,0 +10,0 @@ # 1.0.0 - 2014-08-04

6

package.json
{
"name": "postcss-calc",
"version": "2.0.0",
"description": "Reduce calc() plugin for PostCSS",
"version": "2.0.1",
"description": "PostCSS plugin to reduce calc()",
"keywords": [

@@ -25,3 +25,3 @@ "css",

"dependencies": {
"reduce-css-calc": "^1.0.0"
"reduce-css-calc": "^1.1.2"
},

@@ -28,0 +28,0 @@ "devDependencies": {

# postcss-calc [![Build Status](https://travis-ci.org/postcss/postcss-calc.png)](https://travis-ci.org/postcss/postcss-calc)
A [PostCSS](https://github.com/postcss/postcss) plugin to reduce `calc()` usage.
> [PostCSS](https://github.com/postcss/postcss) plugin to reduce `calc()`.

@@ -5,0 +5,0 @@ Particularly useful with the [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc