postcss-less
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -248,5 +248,4 @@ 'use strict'; | ||
tokens.push(['extend', css.slice(pos, next), line, pos - offset, line + 1, next - offset]); | ||
tokens.push(['extend', css.slice(pos, next), line, pos - offset, line, next - offset]); | ||
line++; | ||
pos = next; | ||
@@ -253,0 +252,0 @@ break; |
@@ -0,0 +0,0 @@ import Input from 'postcss/lib/input'; |
@@ -0,0 +0,0 @@ import Comment from 'postcss/lib/comment'; |
@@ -0,0 +0,0 @@ import Stringifier from 'postcss/lib/stringifier'; |
@@ -0,0 +0,0 @@ import LessStringifier from './less-stringifier'; |
@@ -0,0 +0,0 @@ import stringify from './less-stringify'; |
@@ -272,6 +272,5 @@ const SINGLE_QUOTE = 39; // `'' | ||
line, pos - offset, | ||
line + 1, next - offset | ||
line, next - offset | ||
]); | ||
line++; | ||
pos = next; | ||
@@ -368,2 +367,2 @@ break; | ||
return tokens; | ||
} | ||
} |
{ | ||
"name": "postcss-less", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "LESS parser for PostCSS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# PostCSS LESS syntax | ||
[![Build Status](https://secure.travis-ci.org/webschik/postcss-less.png?branch=master)](https://travis-ci.org/webschik/postcss-less) | ||
[![npm](https://img.shields.io/npm/dm/postcss-less.svg)](https://www.npmjs.com/package/postcss-less) | ||
[![npm](https://img.shields.io/npm/dt/postcss-less.svg)](https://www.npmjs.com/package/postcss-less) | ||
[![npm](https://img.shields.io/npm/l/postcss-less.svg)](https://www.npmjs.com/package/postcss-less) | ||
@@ -20,2 +20,2 @@ | ||
# Problems | ||
* This plugin skips all **inner mixins** and **&:extend()** selector | ||
* This plugin skips all **inner mixins** and **&:extend()** selector |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21
37100
760