Matthew Dean
7a48f6fe44
Fixes #3268 - Support escapes in keywords
2018-07-05 19:57:05 -07:00
Matthew Dean
566f42862e
Fixes #3205 , partial 3.0 math regression #1880 ( #3228 )
...
* Fixes Mixin call args not being visited
* Add ability to use ES6 in tests
* Fixes #3205 and partial 3.0 math regression #1880
2018-06-26 23:26:01 -07:00
Matthew Dean
42fd7dca20
Release v3.5.0 beta ( #3230 )
...
* Lint cleanup of quotes
* v3.5.0-beta
2018-06-24 20:14:33 -07:00
Matthew Dean
a75f7d9664
Fixes #3147 #2715 ( #3213 )
...
* Adds permissive parsing for at-rules and custom properties
* Added error tests for permissive parsing
* Change custom property value to quoted-like value
* Allow interpolation in unknown at-rules
* Allows variables to fallback to permissive parsing
* Allow escaping of blocks
2018-06-21 23:44:38 -07:00
Max Mikhailov
6a683eb62d
eslint spaced-comment and corresponding changes
2017-06-01 02:27:55 +03:00
Matthew Dean
49cbe520f6
Migrate JSCS and JSHint to ESLint and fix various ESLint styling errors
2016-12-31 20:03:46 -08:00
Stefan Weil
bf279b36be
Fix typos found by codespell
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2016-04-01 12:01:40 +02:00
Timothy
7853edcc96
Fix AST to include text for single line comments
2016-03-31 16:14:29 -04:00
Luke Page
29f8ae22cc
upgrade jshint and fix new errors
2016-01-30 08:29:47 +00:00
seven-phases-max
1950248a87
fix formatting to meet jscs settings
2015-04-01 21:26:14 +04:00
Luke Page
a01c40e1b9
more replacement of regexes
2015-03-21 16:40:57 +00:00
Luke Page
63a150b3be
escape quickley with simple properties
2015-03-15 17:29:25 +00:00
Luke Page
d05ffcc4b0
remove the quoted regex, simplify the comment parsing
2015-03-15 13:45:06 +00:00
Luke Page
f8de5bcb16
replace simple regex's with simple string comparisons
2015-03-15 10:24:41 +00:00
Luke Page
1494e25ef0
More style cop..
2015-01-30 18:28:02 +00:00
Luke Page
10ea767708
Fix #2242 - detect if less does not parse final character
2015-01-04 08:45:31 +00:00
Luke Page
49955d3a35
Fix parse error effectinge pseudo classes with guards. Fixes #2352
2015-01-03 17:07:06 +00:00
Andrey Taritsyn
7b567d016c
Fix getting of character at index
2014-11-15 16:42:15 +03:00
Luke Page
b3b8b278bd
import managaer related simplifications
2014-09-22 20:32:46 +01:00
Luke Page
1a78cd5901
Remove unnecessary text from require statements
2014-09-08 00:57:50 +01:00
Luke Page
e5faba5154
Remove some interdepedencies
2014-09-04 18:16:08 +01:00
Luke Page
d3c6f2208f
Move toCSS out to a new class (still need to remove creation of that class from parser)
2014-09-04 17:42:38 +01:00
Luke Page
41732cc60b
pull out the input processing out of the parser class and a few small improvements - the no js option now applies to all js, including that within quotes. The Javascript node now also returns the right index.
2014-08-25 12:19:04 +01:00