Natalie Weizenbaum
|
b9df6f1334
|
Fix @debug output. (#45)
|
2016-11-13 23:48:29 -08:00 |
|
Natalie Weizenbaum
|
2e0041d3c0
|
Don't disable placeholder unification.
I'm not sure why I made this fail in the first place.
|
2016-11-13 21:16:42 -08:00 |
|
Natalie Weizenbaum
|
f91c14c9e3
|
Fix mixin-exists().
|
2016-11-13 21:07:41 -08:00 |
|
Natalie Weizenbaum
|
b7a026096b
|
Fix bracketed-list parsing. (#44)
See sass/sass-spec#973
|
2016-11-13 20:58:24 -08:00 |
|
Natalie Weizenbaum
|
b9b8e3676f
|
Fix an extend bug with combinators. (#43)
|
2016-11-13 17:38:14 -08:00 |
|
Natalie Weizenbaum
|
8df94cc4ca
|
Add support for Unicode ranges. (#42)
See sass/sass-spec#971
|
2016-11-13 13:26:52 -08:00 |
|
Natalie Weizenbaum
|
48a1786c91
|
Run different tasks in different Travis builds. (#41)
|
2016-11-12 21:56:39 -08:00 |
|
Natalie Weizenbaum
|
a7f5f4e4e8
|
Support the Microsoft-style = operator. (#40)
Closes #31
|
2016-11-12 21:21:18 -08:00 |
|
Natalie Weizenbaum
|
5f78a8b40a
|
Fix an expression-parsing bug. (#38)
A binary operator followed by a unary operator (for example, `1 + - 2`)
would crash the parser.
|
2016-11-11 17:47:00 -08:00 |
|
Natalie Weizenbaum
|
02d8a3d16e
|
Use master as the default sass-spec branch. (#39)
|
2016-11-11 17:15:06 -08:00 |
|
Natalie Weizenbaum
|
14be816f46
|
Merge pull request #37 from sass/travis
Improve Travis support
|
2016-11-11 00:52:59 -08:00 |
|
Natalie Weizenbaum
|
13dbd33c10
|
Fetch a connected sass-spec pull request.
|
2016-11-11 00:48:23 -08:00 |
|
Natalie Weizenbaum
|
0ec8ac9676
|
Move logic from tool/travis.sh into .travis.yml.
The separate shell script made it possible to run Travis stuff locally,
but that's not too hard to do manually anyway and this is much cleaner.
|
2016-11-10 17:28:27 -08:00 |
|
Natalie Weizenbaum
|
d691c77db5
|
Don't duplicate line/column info in error output. (#36)
All span information is now presented as a stack frame, and elided if
it's redundant with the existing stack.
|
2016-11-08 12:22:55 -08:00 |
|
Takashi Fujita
|
96730d9b5e
|
fix typo on perf.md (#35)
|
2016-11-08 11:26:29 -08:00 |
|
Natalie Weizenbaum
|
b41dcfb457
|
Tag 1.0.0-alpha.3.
|
2016-11-07 18:49:05 -08:00 |
|
Natalie Weizenbaum
|
0548ca3c0a
|
Add a build status badge.
|
2016-11-07 18:40:10 -08:00 |
|
Natalie Weizenbaum
|
db25251c49
|
Properly declare arguments for opacify et al. (#34)
Closes #32
|
2016-11-07 17:54:22 -08:00 |
|
Natalie Weizenbaum
|
bcd7f90ad8
|
Add a dependency on stack_trace.
Closes #26
|
2016-11-07 17:15:44 -08:00 |
|
Natalie Weizenbaum
|
c5508cac89
|
Fix parent selector resolution. (#33)
If a child selector list contained one complex selector with & and one
without, the latter's parent wouldn't be added automatically.
Closes #28
|
2016-11-07 17:11:34 -08:00 |
|
Natalie Weizenbaum
|
d4f77cc674
|
Fix the documentation for render().
Closes #23
|
2016-11-07 16:49:18 -08:00 |
|
Natalie Weizenbaum
|
57e9652cf4
|
Re-enable Travis for the new sass-spec branch.
|
2016-11-06 01:51:31 -07:00 |
|
Natalie Weizenbaum
|
28aaa7a080
|
Disable Travis temporarily.
I'll re-enable this once I triage all the specs in sass-spec.
|
2016-11-06 00:00:08 -07:00 |
|
Natalie Weizenbaum
|
a15bc625bf
|
Fix an RGB-to-HSL bug.
|
2016-11-05 23:42:07 -07:00 |
|
Natalie Weizenbaum
|
ce8e223d88
|
Make color equality consider alpha.
|
2016-11-05 22:28:34 -07:00 |
|
Natalie Weizenbaum
|
d9d4f7c338
|
Await stdout.flush().
|
2016-11-05 12:47:51 -07:00 |
|
Natalie Weizenbaum
|
805ce12e84
|
Use the exitCode attribute rather than exit().
|
2016-11-05 12:23:45 -07:00 |
|
Natalie Weizenbaum
|
6da45c827d
|
Merge pull request #24 from sass/serialize-color
Match Ruby Sass's color serialization.
|
2016-11-03 12:13:09 -07:00 |
|
Natalie Weizenbaum
|
5fb090ef7e
|
Print colors by name if possible.
|
2016-11-02 17:37:10 -07:00 |
|
Natalie Weizenbaum
|
bab6ebb59a
|
Track and use colors' original representations.
|
2016-11-02 17:37:10 -07:00 |
|
Natalie Weizenbaum
|
d18ac3c6b4
|
Don't add extra newlines after loud comments.
|
2016-11-02 17:30:28 -07:00 |
|
Natalie Weizenbaum
|
12ec31566f
|
Clean up more newline generation.
|
2016-11-02 17:27:17 -07:00 |
|
Natalie Weizenbaum
|
d096be56f8
|
Don't write extra trailing newlines.
|
2016-11-02 17:18:39 -07:00 |
|
Natalie Weizenbaum
|
75a1d2980c
|
Use the old dart-sass branch of sass-spec for now.
We still need to do a bunch of triage on the new branch.
|
2016-11-02 17:01:48 -07:00 |
|
Martin Lepadusch
|
446cb846c3
|
Fixes for the windows archives (#22)
* add file extension for windows executables
* fix comments
|
2016-11-02 13:01:47 -07:00 |
|
Natalie Weizenbaum
|
e0fd5ea65c
|
Fix a bug where names were broken through imports.
Closes #20
Closes #8
|
2016-11-01 14:43:46 -07:00 |
|
Natalie Weizenbaum
|
17e29fd06e
|
Fix a bug in setting global variables.
Setting a global variable would clobber any local variables with the
same name.
|
2016-11-01 14:43:46 -07:00 |
|
Matan Lurey
|
9d4efd2120
|
Fix broken link on perf.md pointing to issue 1599 (#17)
|
2016-11-01 10:23:36 -07:00 |
|
Natalie Weizenbaum
|
a032e2a737
|
Properly return indexed names.
|
2016-10-31 18:07:36 -07:00 |
|
Nicholas Shahan
|
55c448b83e
|
Update pub global command in the documentation. (#5)
Should this be `pub global activate dart-sass` instead of `pub global install dart-sass`?
|
2016-10-31 16:34:21 -07:00 |
|
Natalie Weizenbaum
|
cafd6bf010
|
Merge pull request #4 from adaojunior/patch-1
fix homepage link
|
2016-10-31 16:15:40 -07:00 |
|
Adão Júnior
|
9e71e652ae
|
fix homepage link
|
2016-10-31 21:14:36 -02:00 |
|
Natalie Weizenbaum
|
e98b708ddf
|
Don't run analysis with older Dart versions.
|
2016-10-31 15:14:25 -07:00 |
|
Natalie Weizenbaum
|
8ff9150cf8
|
Add Travis support.
Currently this only runs --expanded tests, because they're the only
tests that have been triaged.
|
2016-10-31 15:09:58 -07:00 |
|
Natalie Weizenbaum
|
d99b999c4e
|
Fix a grinder issue.
|
2016-10-31 15:06:50 -07:00 |
|
Natalie Weizenbaum
|
b318ec2d4c
|
Merge pull request #1 from kaelig/patch-1
Update usage to show the accurate command
|
2016-10-31 15:01:03 -07:00 |
|
Kaelig Deloumeau-Prigent
|
ab8e0e4d37
|
Update usage to show the accurate command
|
2016-10-31 14:51:25 -07:00 |
|
Natalie Weizenbaum
|
64dc85c80c
|
Tag 1.0.0-alpha.1.
|
2016-10-31 13:19:10 -07:00 |
|
Natalie Weizenbaum
|
12397aa8c7
|
Fix nested declarations in SCSS.
|
2016-10-30 15:06:32 -07:00 |
|
Natalie Weizenbaum
|
845c1b8d8d
|
Add missing scanner.expectDone() calls.
|
2016-10-30 14:54:09 -07:00 |
|