gonzales-pe
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -10,2 +10,8 @@ # Changelog | ||
## 18.10.2015, Version 3.0.3 | ||
#### Parsing rules | ||
:green_apple: Fixed parsing of spaces inside interpolations in Sass and SCSS. | ||
## 18.10.2015, Version 3.0.2 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "gonzales-pe", | ||
"description": "Gonzales Preprocessor Edition (fast CSS parser)", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"homepage": "http://github.com/tonyganch/gonzales-pe", | ||
@@ -6,0 +6,0 @@ "bugs": "http://github.com/tonyganch/gonzales-pe/issues", |
@@ -1,4 +0,4 @@ | ||
# Gonzales PE @3.0.2 | ||
# Gonzales PE @dev | ||
[![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg?branch=3.0)] | ||
[![Build Status](https://travis-ci.org/tonyganch/gonzales-pe.svg)] | ||
(https://travis-ci.org/tonyganch/gonzales-pe) | ||
@@ -14,3 +14,3 @@ | ||
```bash | ||
npm install -g gonzales-pe@3.0.2 | ||
npm install -g git://github.com/tonyganch/gonzales-pe.git#dev | ||
``` | ||
@@ -21,3 +21,3 @@ | ||
```bash | ||
npm install --save gonzales-pe@3.0.2 | ||
npm install --save git://github.com/tonyganch/gonzales-pe.git#dev | ||
``` | ||
@@ -30,4 +30,4 @@ | ||
git clone git@github.com:tonyganch/gonzales-pe.git | ||
# Go to `3.0` branch. | ||
git checkout 3.0 | ||
# Go to dev branch. | ||
git checkout dev | ||
# Install project dependencies. | ||
@@ -34,0 +34,0 @@ npm install |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
397555