mike douges
mike douges
## Overarching goals - breaking changes only when there is no other choice, prefer minor and patch - smallest bundle size - simply powerful api surface - weighted animation -...
Two goals for this: 1) Introduce new animations and make a suite of good looking examples, taking inspiration from https://material.io/design/motion 1) Make internal changes if needed for more advanced animations...
It was a mistake having all style props at the top level. If we look at a more standardised solution atm it would be via a `theme` prop, I guess?...
Need to really be scrolling though. 
This pull request adds a new `@compiled/dom__experimental` package which can be used to create Compiled styles without React. It reuses the same internals as Compiled, can be extracted and composed...
This pull request adds an RFC for modifying how Compiled generates styles at build time, encouraging Compiled to do what it does best - compile styles! While leaving room for...
## Elevator pitch (1) Compiled brings platform and product closer, enabling delivery of highly performant component libraries through NPM which products can consume without needing to configure their build tooling....
Once we have implemented the first pass of CSS extraction opportunities to optimize the output will present themselves. One such optimization will be compressing groups and values. One example is:...