Natalie Weizenbaum
de69e7ae1b
Parse terse indented mixin syntax.
2017-01-08 17:13:08 -08:00
Natalie Weizenbaum
40be168635
Properly handle "..." after a digit.
2017-01-08 17:12:27 -08:00
Natalie Weizenbaum
8d7a8c7e12
Disallow invalid function names.
2017-01-08 17:12:11 -08:00
Natalie Weizenbaum
06609e4551
Support @-moz-document.
2017-01-08 17:11:52 -08:00
Natalie Weizenbaum
330326c7f7
Fix @at-root query parsing.
2017-01-08 17:11:31 -08:00
Natalie Weizenbaum
6ad037e2e2
Fix analysis errors in tool/grind.dart. ( #92 )
...
Also test its analysis.
2017-01-08 14:31:26 -08:00
Natalie Weizenbaum
2073035b6d
Add the README to the npm package.
2017-01-07 14:17:06 -08:00
Natalie Weizenbaum
d215742503
Bump the version to 1.0.0-alpha.7.
2017-01-06 21:48:11 -08:00
Natalie Weizenbaum
b51bf76796
Merge pull request #91 from sass/fixes
...
Fix a bunch of failing specs.
2017-01-06 21:47:06 -08:00
Natalie Weizenbaum
51eb75567a
Report stack traces along with import errors.
2017-01-06 21:38:48 -08:00
Natalie Weizenbaum
d7caf7fbc1
Gracefully handle invalid UTF-8.
...
This will be even more graceful when dart-lang/sdk#28293 is fixed.
2017-01-06 21:31:29 -08:00
Natalie Weizenbaum
8c4f0bdf81
Fix superselector computation for :not().
2017-01-06 21:31:09 -08:00
Natalie Weizenbaum
ce36eb5b10
Forbid functions and mixins in control directives.
2017-01-06 17:46:38 -08:00
Natalie Weizenbaum
7ccccbc2ba
Fix unit coercion in @for.
2017-01-06 17:46:12 -08:00
Natalie Weizenbaum
4f686c31c5
Improve formatting for disallowed import errors.
...
We had only been highlighting the argument; now we highlight the entire
rule.
2017-01-06 17:45:35 -08:00
Natalie Weizenbaum
a7c6a1ad5b
Fix String.asInterpolation().
...
We were checking if its contents was an Interpolation, when we should
have been checking for an Expression.
2017-01-06 17:45:34 -08:00
Natalie Weizenbaum
f5b04abd8b
Fix InterpolationBuffer.toString().
2017-01-06 16:45:17 -08:00
Natalie Weizenbaum
1d93077ae5
Merge pull request #90 from sass/indented
...
Fix some indented syntax bugs.
2017-01-06 15:26:02 -08:00
Natalie Weizenbaum
d65978e27a
Ignore empty lines in the indented syntax.
2017-01-06 15:05:16 -08:00
Natalie Weizenbaum
10c02b3362
Don't throw bogus indentation errors.
...
If we saw a line with no spaces, we thought the document couldn't have
any spaces anywhere.
Closes #87
2017-01-06 14:53:12 -08:00
Natalie Weizenbaum
63b39479e1
Fix *-exists(). ( #86 )
...
These were always using the global scope rather than the lexical scope.
They've been moved into the perform visitor so that they have access to
the lexical environment instead.
2017-01-06 14:43:34 -08:00
Natalie Weizenbaum
bf464f0539
Fix str-insert() with negative indices. ( #85 )
2016-12-29 17:14:36 -08:00
Natalie Weizenbaum
a212999554
Properly parse URLs containing "//" and "/*". ( #84 )
2016-12-29 15:24:45 -08:00
Natalie Weizenbaum
c214c7b105
Merge pull request #83 from sass/extend
...
Fix more extend bugs.
2016-12-29 12:58:02 -08:00
Natalie Weizenbaum
17521b5a3b
Update the pubspec and changelog.
2016-12-29 12:33:12 -08:00
Natalie Weizenbaum
beb1a0bd09
Properly handle extended pseudos.
...
There was a logic bug when we created a new selector that injected
extended pseudo-selectors into a previous selector. We would overwrite
the last selector after the original pseudo rather than overwriting the
pseudo itself.
2016-12-29 12:33:12 -08:00
Natalie Weizenbaum
f17edb83d8
Fix an allocation-avoidance case.
...
When extending a selector pseudo, if the selector was unchanged, we
weren't short-circuiting as we should have. This fixes that so now we
avoid allocations unless the selector actually changes.
Closes #81
2016-12-29 12:33:12 -08:00
Natalie Weizenbaum
4291cb3e66
Merge pull request #77 from sass/extend
...
Make ExtendSource.extender a plain SelectorList.
2016-12-29 12:32:48 -08:00
Kulshekhar Kabra
9daf6ff495
Fix the executable name when installing with pub ( #78 )
2016-12-27 17:28:05 -08:00
Natalie Weizenbaum
69762ff0b0
Ignore duplicate extensions.
...
Closes #76
2016-12-20 17:41:21 -08:00
Natalie Weizenbaum
1d68c7a1c4
Fix selector equality.
2016-12-20 17:40:26 -08:00
Natalie Weizenbaum
3b6f01be84
Make ExtendSource.extender a plain SelectorList.
...
The span attached to the CssValue wasn't being used.
2016-12-20 17:40:23 -08:00
Natalie Weizenbaum
3312b34acb
Update the release link.
...
This had been pointing to the alpha.1 release, when it should point to
the page with all the releases.
2016-12-19 15:35:31 -08:00
Natalie Weizenbaum
bf1127bcf5
Bump version to 1.0.0-alpha.6.
2016-12-19 15:24:18 -08:00
Natalie Weizenbaum
d5a8a3f725
Fix a few extend issues. ( #75 )
2016-12-19 15:23:14 -08:00
Natalie Weizenbaum
e5fb64e89f
Preserve escapes in non-script identifiers. ( #74 )
2016-12-18 22:42:11 -08:00
Natalie Weizenbaum
9fdc8194fd
Fix newlines in interpolation. ( #73 )
2016-12-18 22:19:50 -08:00
Natalie Weizenbaum
b4730dd6a6
Don't crash in *-color(). ( #72 )
2016-12-18 18:54:48 -08:00
Natalie Weizenbaum
41772a1739
Fix str-slice(). ( #70 )
...
See sass/sass#2211
2016-12-18 17:54:35 -08:00
Natalie Weizenbaum
ade384b4f5
Add a CHANGELOG entry for dp* units.
...
See c91ace92ab
.
2016-12-16 18:22:19 -08:00
Natalie Weizenbaum
9d678469d0
Support var() in plain CSS color functions. ( #69 )
...
See sass/sass-spec#1002
See sass/sass#2175
2016-12-16 18:20:03 -08:00
Natalie Weizenbaum
c91ace92ab
Fix dp unit conversions. ( #68 )
...
See sass/sass#2143
2016-12-16 18:00:15 -08:00
Natalie Weizenbaum
5ac62e01ba
Bump version to 1.0.0-alpha.5.
2016-12-10 21:26:51 -08:00
Natalie Weizenbaum
b730e3f85c
Support CSS import reordering. ( #64 )
2016-12-10 15:04:09 -08:00
Natalie Weizenbaum
9171a94a98
Merge pull request #66 from sass/travis
...
Update the Travis configuration.
2016-12-10 14:47:11 -08:00
Natalie Weizenbaum
717da0d5bb
Improve the error message for a failed @extend. ( #65 )
2016-12-09 17:29:58 -08:00
Natalie Weizenbaum
5f7f21ef9a
Test against Dart 1.20.1.
2016-12-09 17:29:05 -08:00
Natalie Weizenbaum
d8811af2a6
Only build the master branch.
2016-12-09 17:28:08 -08:00
Natalie Weizenbaum
65acb8b184
Allow #{...}--1. ( #62 )
2016-12-09 17:22:53 -08:00
Natalie Weizenbaum
779edfad3b
Set mixin/function arguments locally. ( #63 )
2016-12-09 17:08:11 -08:00