🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-css-variables

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-css-variables - npm Package Compare versions

Comparing version

to
0.3.3

2

CHANGELOG.md
# v0.3.2 - 2015-5-11
# v0.3.3 - 2015-5-11

@@ -4,0 +4,0 @@ - Add support for last piece of combinator chain in selector resolution matching.

// PostCSS CSS Variables (postcss-css-variables)
// v0.3.2
// v0.3.3
//

@@ -4,0 +4,0 @@ // https://github.com/MadLittleMods/postcss-css-variables

{
"name": "postcss-css-variables",
"version": "0.3.2",
"version": "0.3.3",
"description": "PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation",

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

"dependencies": {
"escape-string-regexp": "^1.0.3",
"extend": "^2.0.1",

@@ -25,3 +26,2 @@ "postcss": "^4.1.5"

"chai-as-promised": "^5.0.0",
"escape-string-regexp": "^1.0.3",
"gulp": "^3.8.11",

@@ -28,0 +28,0 @@ "gulp-eslint": "^0.11.1",

@@ -11,3 +11,3 @@ [![npm version](https://badge.fury.io/js/postcss-css-variables.svg)](http://badge.fury.io/js/postcss-css-variables) [![Build Status](https://travis-ci.org/MadLittleMods/postcss-css-variables.svg)](https://travis-ci.org/MadLittleMods/postcss-css-variables)

## Latest Version: v0.3.2
## Latest Version: v0.3.3
### [Changelog](https://github.com/MadLittleMods/postcss-css-variables/blob/master/CHANGELOG.md)

@@ -14,0 +14,0 @@