Comparing version 4.1.1 to 4.2.0
@@ -23,3 +23,3 @@ 'use strict' | ||
const REGEX_FUNCTION = /\([^()]+\)/i | ||
const REGEX_HEX_COLOR = /#[a-f0-9]{3,6}/ig | ||
const REGEX_HEX_COLOR = /#[a-f0-9]{3,8}/ig | ||
const REGEX_CALC = /calc/ | ||
@@ -26,0 +26,0 @@ const REGEX_TOKENS = new RegExp(PATTERN_TOKEN, 'ig') |
{ | ||
"author": "Mohammad Younes", | ||
"name": "rtlcss", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", | ||
@@ -6,0 +6,0 @@ "homepage": "https://rtlcss.com/", |
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
62437
12