14 Commits

Author SHA1 Message Date
0632215793 chore: eslint cleanup (#10160) 2023-01-09 09:40:20 -08:00
b147612e06 test: standardized jest unit testing (#10047) 2022-11-28 14:32:25 -08:00
388d7eaa7d feat(core): support RGB alpha notation (#9699)
Functional notation: rgb[a](R G B[ / A])
CSS Colors Level 4 adds support for space-separated values in the functional notation.
See https://www.w3.org/TR/css-color-4/#rgb-functions

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
3e21748af4 fix: background parsing color #9559 (#9560) 2021-09-21 21:41:34 -07:00
d0f0546531 chore: remove files not needed within core/css 2021-09-08 16:07:39 -07:00
f554b796ef fix: css colors not parsed correctly within background property 2021-09-08 16:07:39 -07:00
c4db847ded feat(color): added utilities and improved color parsing performance (#9110) 2021-09-08 16:07:39 -07:00
aa9c9f3897 chore: cleanup 2021-09-08 16:07:38 -07:00
dd5f24a737 feat(core): make css parsers tree-shakable (#9496) 2021-09-08 16:07:38 -07:00
cb61c2aa7e chore: parser issues from PR#9001, PR#9017, PR#9028 (#9030) 2020-11-12 19:42:23 -08:00
6902770d90 fix: rollback regexp eslint changes (#9028)
* fix: rollback regexp eslint changes

* fix: rollback animation lint which would break promise context

* fix: more rollbacks
2020-11-12 15:55:22 -06:00
c1f231d88e chore: fix eslint issues (#9017) 2020-11-11 08:46:36 -08:00
c569236357 perf: faster color parsing (#9001) 2020-11-09 17:00:22 -08:00
020ad4da37 chore(core): monorepo, esm targeting, improved management (#8707) 2020-08-25 20:00:59 -07:00