78 Commits

Author SHA1 Message Date
Connor Skees
ffaee04613
rewrite parsing, evaluation, and serialization (#67)
Adds support for the indented syntax, plain CSS imports, `@forward`, and many other previously missing features.
2022-12-26 15:33:04 -05:00
Connor Skees
fb71fcac85 fix typo in readme 2022-04-03 19:30:48 -04:00
Connor Skees
dd92ebf39b bump version to 0.10.8 2021-09-20 21:33:15 -04:00
Connor Skees
c43b3a7661 bump version to 0.10.7 2021-08-15 23:33:54 -04:00
Connor Skees
c86b5f82e9 add commands to run spec with node 2021-07-31 10:57:44 -04:00
Connor Skees
100e7bad54 update changelog 2021-07-30 07:38:21 -04:00
Connor Skees
ebccebfed1 support 2 arg special rgb/rgba 2021-07-30 06:44:29 -04:00
Connor Skees
d07c1d3a06 support @at-root inside media query inside style rule 2021-07-28 02:08:20 -04:00
Connor Skees
94fe52a81d support compressed lists and number values 2021-07-25 09:57:55 -04:00
Connor Skees
c7e3ff39cf update readme and changelog 2021-07-24 19:17:29 -04:00
Connor Skees
92d367e934 update changelog and readme for 0.10.5 2021-07-10 12:57:02 -04:00
Connor Skees
32863c21fd update newly passing tests 2020-11-16 03:47:54 -05:00
Midas Lambrichts
f501ba8f33
Added additional steps to run the official spec. (#41)
* Added additional steps to run the official spec.

For people who know rust, but are not familiar with ruby, it might not
be immediatly clear what to do to get the spec to run.
Added additional steps which might be needed for a developer to be able
to run the specs.

* Added some wrapping in the sass-spec installation instructions.

Added some wrapping in the paragraph describing how to install the
dependencies for the `sass-spec` repository.

* Included review suggestion by @pickfire
2020-10-08 23:58:32 -04:00
Connor Skees
2c5b7c9198 update newly passing tests 2020-08-15 22:25:11 -04:00
Connor Skees
46ecbfffe5 update newly passing tests 2020-08-12 16:27:16 -04:00
Connor Skees
882c84c2d8 remove @use from remaining features 2020-08-07 02:26:59 -04:00
Connor Skees
10b333f663 update newly passing tests from module system 2020-08-07 02:24:17 -04:00
Connor Skees
a48e50f6e4 update changelog and passing tests 2020-07-24 23:49:26 -04:00
Connor Skees
37c1ada664 update passing tests 2020-07-06 20:08:23 -04:00
Connor Skees
4a9604dcf4 improve documentation 2020-07-06 10:30:21 -04:00
Connor Skees
fd37b34345 update passing tests 2020-07-04 21:20:16 -04:00
Connor Skees
a1d704ff82 update passing tests 2020-07-04 14:38:12 -04:00
Connor Skees
86d144a31b update passing tests 2020-07-03 21:21:26 -04:00
Connor Skees
0e1ea87627 update passing tests 2020-07-03 15:17:43 -04:00
Connor Skees
e7fc6815c1 update passing tests 2020-07-02 10:51:49 -04:00
Connor Skees
4d23270b23 update passing tests 2020-06-28 03:25:29 -04:00
ConnorSkees
36530a3309 add newly passing tests 2020-06-23 04:36:15 -04:00
ConnorSkees
169a6ec2b3 implement min and max 2020-06-22 11:07:54 -04:00
ConnorSkees
082d58853b implement special-cased functions min and max 2020-06-22 10:11:30 -04:00
ConnorSkees
218d73c982 bump version to 0.9.1 2020-06-20 22:06:45 -04:00
ConnorSkees
39d439b2c2 update newly passing tests from @supports MVP 2020-06-20 16:09:02 -04:00
ConnorSkees
2887016ceb tidy documentation
standardize capitalization of "Sass" and make updates to reflect new
0.9.0 API
2020-06-20 06:31:43 -04:00
ConnorSkees
549d96ac0d update newly passing tests in readme 2020-06-16 20:33:09 -04:00
ConnorSkees
41df8bafa4 update passing tests 2020-06-08 00:42:41 -04:00
ConnorSkees
8431ab9211 add features to readme 2020-05-29 18:40:53 -04:00
ConnorSkees
b149cb3484 bump version to 0.8.3 2020-05-25 16:26:31 -04:00
ConnorSkees
017bc971b4 remove first line in readme 2020-05-19 15:48:53 -04:00
ConnorSkees
e524867a30 bump version to 0.8.2
This release contains significant (>10x) improvements for WASM speed.
Performance is now comparable to libsass bindings with `node-sass` as
well as `dart-sass` with dart2js. It is, however, roughly 4x slower than
native `grass`.
2020-05-11 12:59:31 -04:00
ConnorSkees
648e101c49 add tests passing at the start of may 2020-05-05 19:01:40 -04:00
ConnorSkees
b2b5156e3b better instructions for running spec tests 2020-04-28 15:08:07 -04:00
ConnorSkees
48bffb69e0 more explicit in control flow 2020-04-26 01:45:30 -04:00
ConnorSkees
1a18955f0b make heading Web Assembly rather than WASM 2020-04-24 18:43:52 -04:00
ConnorSkees
b76dbb8b54 add note about testing and wasm to readme 2020-04-24 18:38:52 -04:00
ConnorSkees
4607163a62 more robustly handle - as start of identifier 2020-04-21 17:57:50 -04:00
ConnorSkees
93bd950940 2020-04-21 tests 2020-04-21 04:59:03 -04:00
ConnorSkees
aea2b65a8d remove string parsing from readme (finally!) 2020-04-20 13:59:53 -04:00
ConnorSkees
515c37d110 rearrange readme 2020-04-19 16:38:42 -04:00
ConnorSkees
502528c914 replace @font-fact with @supports 2020-04-12 22:03:40 -04:00
ConnorSkees
4868704914 implemented some special functions 2020-04-07 00:10:18 -04:00
ConnorSkees
6d63b1bda4 implemented @ at-root 2020-04-06 14:41:56 -04:00