postcss-less
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -28,3 +28,3 @@ 'use strict'; | ||
var HASH = 35; // `#' | ||
var RE_AT_END = /[ \n\t\r\{\(\)'"\\;/]/g; | ||
var RE_AT_END = /[ \n\t\r\(\)'"\\;/]/g; | ||
var RE_WORD_END = /[ \n\t\r\(\)\{\}:;@!'"\\#]|\/(?=\*)/g; | ||
@@ -31,0 +31,0 @@ var RE_BAD_BRACKET = /.[\\\/\("'\n]/; |
@@ -22,3 +22,3 @@ const SINGLE_QUOTE = 39; // `'' | ||
const HASH = 35; // `#' | ||
const RE_AT_END = /[ \n\t\r\{\(\)'"\\;/]/g; | ||
const RE_AT_END = /[ \n\t\r\(\)'"\\;/]/g; | ||
const RE_WORD_END = /[ \n\t\r\(\)\{\}:;@!'"\\#]|\/(?=\*)/g; | ||
@@ -25,0 +25,0 @@ const RE_BAD_BRACKET = /.[\\\/\("'\n]/; |
{ | ||
"name": "postcss-less", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "LESS parser for PostCSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
37498