🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

postcss-nested-vars

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-nested-vars - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+3
-0
CHANGELOG.md

@@ -0,2 +1,5 @@

## 0.0.2
- Fix code coloring on npm readme.
## 0.0.1
- Supports PostCSS 5.x.
+1
-1
{
"name": "postcss-nested-vars",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostCSS plugin for nested variables.",

@@ -5,0 +5,0 @@ "main": "dist/lib/plugin.js",

@@ -51,3 +51,3 @@ # postcss-nested-vars

```scss
```css
$bar: BAR;

@@ -62,3 +62,3 @@ $(bar) {}

```scss
```css
BAR {}

@@ -65,0 +65,0 @@ @media fooBAR {