Comparing version 2.0.3 to 2.0.4
@@ -0,1 +1,4 @@ | ||
### 2.0.4 - 25 Apr. 2016 | ||
* Fixes a bug in flipping cursor value (Fixes [#68](https://github.com/MohammadYounes/rtlcss/issues/68)). | ||
### 2.0.3 - 23 Mar. 2016 | ||
@@ -2,0 +5,0 @@ * Guard against flipping tokens, e.g: [shadows starting with a color function](https://github.com/MohammadYounes/rtlcss/blob/master/test/data/special.js#L2-L7). |
@@ -460,3 +460,3 @@ 'use strict' | ||
this.cache = { | ||
'replace': /\b([news]{1,4})-resize/ig, | ||
'replace': /\b(ne|nw|se|sw|nesw|nwse)-resize/ig, | ||
'url': /^url/i, | ||
@@ -463,0 +463,0 @@ 'e': /e/i, |
/* | ||
* RTLCSS 2.0.3 https://github.com/MohammadYounes/rtlcss | ||
* RTLCSS 2.0.4 https://github.com/MohammadYounes/rtlcss | ||
* Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL). | ||
@@ -4,0 +4,0 @@ * Copyright 2016 Mohammad Younes. |
{ | ||
"author": "Mohammad Younes", | ||
"name": "rtlcss", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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", |
@@ -70,3 +70,4 @@ # RTLCSS | ||
* [AlertifyJS] a javascript framework for developing pretty browser dialogs and notifications. | ||
* [AlertifyJS] a javascript framework for developing pretty browser dialogs and notifications. | ||
* [GlobaLeaks] a whistleblowing framework built using AngularJS, Bootstrap and Twisted. | ||
* [Semantic] a UI component library implemented using a set of specifications designed around natural language. | ||
@@ -76,6 +77,7 @@ * [WebEssentials2013] Web Essentials extends Visual Studio with a lot of new features that web developers have been missing for many years. | ||
[AlertifyJS]:http://www.alertifyjs.com/ | ||
[GlobaLeaks]:https://github.com/globaleaks/GlobaLeaks | ||
[Semantic]:http://www.semantic-ui.com/ | ||
[AlertifyJS]:http://www.alertifyjs.com/ | ||
[WebEssentials2013]:http://vswebessentials.com | ||
[WordPress]:http://wordpress.org/ | ||
[WordPress]:https://wordpress.org/ | ||
@@ -82,0 +84,0 @@ |
@@ -45,5 +45,5 @@ module.exports = [ | ||
{ | ||
'should': 'Should keep property value as is: cursor ns', | ||
'expected': 'div { cursor:ns-resize; }', | ||
'input': 'div { cursor:ns-resize; }', | ||
'should': 'Should keep property value as is: cursor ew', | ||
'expected': 'div { cursor:ew-resize; }', | ||
'input': 'div { cursor:ew-resize; }', | ||
'reversable': false | ||
@@ -50,0 +50,0 @@ }, |
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
156983
360