ConnorSkees
|
41df8bafa4
|
update passing tests
|
2020-06-08 00:42:41 -04:00 |
|
ConnorSkees
|
632d649fdb
|
if conditions are evaluated lazily
|
2020-06-08 00:01:14 -04:00 |
|
Connor Skees
|
365325729a
|
Merge pull request #12 from connorskees/selector-fns
Implement builtin selector functions
|
2020-06-07 23:29:06 -04:00 |
|
ConnorSkees
|
b135b87a69
|
resolve clippy lints
|
2020-06-07 23:11:43 -04:00 |
|
ConnorSkees
|
a48d2b97ce
|
more psuedo tests for is-superselector
|
2020-06-07 22:08:23 -04:00 |
|
ConnorSkees
|
5dceb27950
|
test special case :current in is-superselector
|
2020-06-07 21:34:34 -04:00 |
|
ConnorSkees
|
b609e7a6ab
|
return true for is_superselector of subselector pseudos
|
2020-06-07 18:20:51 -04:00 |
|
ConnorSkees
|
457eccc59b
|
reimplement @ at-root
|
2020-06-07 17:49:39 -04:00 |
|
ConnorSkees
|
113e011652
|
implement simple-selectors
|
2020-06-07 17:40:24 -04:00 |
|
ConnorSkees
|
e76903cb47
|
initial implementation of selector-replace
|
2020-06-07 17:12:01 -04:00 |
|
ConnorSkees
|
e0ab71f73e
|
simple pseudo selector-extend tests
|
2020-06-07 13:27:54 -04:00 |
|
ConnorSkees
|
d71e996e2b
|
initial implementation of selector-extend
|
2020-06-07 11:46:34 -04:00 |
|
ConnorSkees
|
6decd85d0d
|
handle invalid escape sequences in variable names
|
2020-06-04 15:14:00 -04:00 |
|
ConnorSkees
|
3552fbcb99
|
allow negative values in single arg hsl/hsla
|
2020-06-03 21:23:33 -04:00 |
|
ConnorSkees
|
29f7b286b0
|
handle negative values in 1arg rgba?
|
2020-06-02 17:06:31 -04:00 |
|
ConnorSkees
|
8846a09d1c
|
@ else is case sensitive
|
2020-06-01 21:44:10 -04:00 |
|
ConnorSkees
|
5689ae0131
|
resolve malformed tests
|
2020-06-01 21:36:08 -04:00 |
|
ConnorSkees
|
6a13c6f320
|
at-rules are case sensitive
|
2020-06-01 21:35:23 -04:00 |
|
ConnorSkees
|
8390fd8354
|
resolve clippy lints
|
2020-05-31 18:21:20 -04:00 |
|
ConnorSkees
|
b4ef2a6fb4
|
add tests for an+b
|
2020-05-31 15:16:38 -04:00 |
|
ConnorSkees
|
ccc0c84eee
|
remove all unwraps and todo! from selector parsing
|
2020-05-31 15:16:25 -04:00 |
|
ConnorSkees
|
d5844e3536
|
more tests for is-superselector
|
2020-05-31 08:01:32 -04:00 |
|
ConnorSkees
|
ab61f9fb32
|
Merge branch 'master' into selector-fns
|
2020-05-31 05:38:24 -04:00 |
|
ConnorSkees
|
1de8067e24
|
temporarily disable sass-spec in CI
this eventually is something that should run, but for right now I would
like CI to be green and to not receive an email on each push.
|
2020-05-31 05:35:38 -04:00 |
|
ConnorSkees
|
b64ad5b1f3
|
resolve all clippy lints
|
2020-05-31 05:32:19 -04:00 |
|
ConnorSkees
|
72f62ce711
|
avoid creating new rational when multiplying num by small integer
|
2020-05-31 05:16:36 -04:00 |
|
ConnorSkees
|
ccf33d2cfb
|
Merge branch 'master' of https://github.com/connorskees/grass
|
2020-05-31 04:53:50 -04:00 |
|
ConnorSkees
|
25301f8dd1
|
Merge branch 'master' of https://github.com/connorskees/grass
|
2020-05-31 04:52:14 -04:00 |
|
ConnorSkees
|
f3a58e0fa3
|
initial implementation of selector-* builtin fns
|
2020-05-31 04:51:41 -04:00 |
|
ConnorSkees
|
c2f4014a1a
|
resolve test errors
|
2020-05-31 04:48:21 -04:00 |
|
Connor Skees
|
b46b0a9e6e
|
Merge pull request #11 from connorskees/optim-number-parse
use ad hoc parser for small integers
|
2020-05-30 19:06:55 -04:00 |
|
ConnorSkees
|
8431ab9211
|
add features to readme
|
2020-05-29 18:40:53 -04:00 |
|
ConnorSkees
|
3c1a9a99b7
|
properly evaluate equality between lists
|
2020-05-28 01:48:46 -04:00 |
|
ConnorSkees
|
b658369e8a
|
use fold instead of for loop
|
2020-05-27 13:53:47 -04:00 |
|
ConnorSkees
|
e9ffaa579e
|
use ad hoc parser for small integers
this results in about a 3% speed up for small integer and float parsing
|
2020-05-26 23:38:24 -04:00 |
|
Connor Skees
|
65183dde88
|
Merge pull request #9 from pickfire/media
refactor media conditional
|
2020-05-26 13:16:40 -04:00 |
|
Connor Skees
|
a7a4b588c7
|
Merge pull request #10 from Keats/master
Add some CI
|
2020-05-26 13:06:54 -04:00 |
|
Vincent Prouillet
|
9ae3ce52be
|
Fix fmt + sass
|
2020-05-26 16:29:39 +02:00 |
|
Vincent Prouillet
|
3741b312ab
|
Add CI workflows
|
2020-05-26 15:46:02 +02:00 |
|
Ivan Tham
|
d2af63ed31
|
refactor media conditional
|
2020-05-26 15:32:41 +08:00 |
|
ConnorSkees
|
0bc6445ebf
|
fix wasm build issue
|
2020-05-25 19:21:00 -04:00 |
|
ConnorSkees
|
b149cb3484
|
bump version to 0.8.3
|
2020-05-25 16:26:31 -04:00 |
|
ConnorSkees
|
217ef033c4
|
Merge branch 'master' of https://github.com/connorskees/grass
|
2020-05-25 16:23:20 -04:00 |
|
ConnorSkees
|
eed5d37df1
|
create changelog
|
2020-05-25 16:23:10 -04:00 |
|
Connor Skees
|
b451ef8def
|
Merge pull request #7 from connorskees/beef
replace std::borrow::Cow with beef::Cow
|
2020-05-25 16:16:34 -04:00 |
|
ConnorSkees
|
6820416c8d
|
resolve merge conflicts
|
2020-05-25 16:15:42 -04:00 |
|
ConnorSkees
|
55c91d5e04
|
Merge branch 'big-int-code-coverage'
|
2020-05-25 15:53:38 -04:00 |
|
ConnorSkees
|
a7d6af9cc8
|
clean up AtRuleKind docs
|
2020-05-25 15:52:53 -04:00 |
|
ConnorSkees
|
6e7938f969
|
increase code coverage for bit integers
|
2020-05-25 14:44:46 -04:00 |
|
ConnorSkees
|
d6ac99f1d7
|
make criterion an optional rather than dev dep
criterion was making it take too long to compile tests, and there is no
way to turn it off
|
2020-05-25 14:10:48 -04:00 |
|