Comparing version 1.7.0 to 1.7.1
@@ -235,4 +235,5 @@ function main(configuration) { | ||
parts[x] = this.flip(parts[x]); | ||
tokens.value = this.restoreOthers(parts.join(",")); | ||
return { 'prop': prop, 'value': util.restoreFunctions(tokens) }; | ||
tokens.value = parts.join(","); | ||
newValue = util.restoreFunctions(tokens); | ||
return { 'prop': prop, 'value':this.restoreOthers(newValue)}; | ||
} | ||
@@ -239,0 +240,0 @@ }, |
{ | ||
"author": "Mohammad Younes", | ||
"name": "rtlcss", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", |
@@ -412,2 +412,5 @@ # RTLCSS [![GitHub version](https://badge.fury.io/gh/MohammadYounes%2Frtlcss.svg)](http://badge.fury.io/gh/MohammadYounes%2Frtlcss) [![NPM version](https://badge.fury.io/js/rtlcss.svg)](http://badge.fury.io/js/rtlcss) [![Build Status](https://travis-ci.org/MohammadYounes/rtlcss.svg?branch=master)](https://travis-ci.org/MohammadYounes/rtlcss) [![DEPENDENCIES](https://david-dm.org/MohammadYounes/rtlcss.svg)](https://david-dm.org/MohammadYounes/rtlcss) [![Twitter](https://img.shields.io/badge/follow-%40rtlcss-blue.svg)](https://twitter.com/rtlcss) | ||
## Release Notes | ||
* **v1.7.1** [10 Nov. 2015] | ||
* Fixed a bug in flipping backgrounds having functions (Issue #45). | ||
* **v1.7.0** [19 Sep. 2015] | ||
@@ -414,0 +417,0 @@ * Add `calc` support. |
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
123403
2379
524