Celeste Carloni
Celeste Carloni
- [x] Update all failing tests due to expecting a different classes when applying all the CSS plugins. Eg 
> Thoughts on setting optimization to `false` for tests and storybook? Since optimization is not our code, there's no need to test it on our side IMO. It would make...
Hi @thanhlmm, thanks for the recommendation. We will keep this in mind when updating the documentation
worth checking if [this](https://github.com/atlassian-labs/compiled/issues/848) still happens and whether we want to address it in this PR or later on
Hi @onionhammer thanks for reporting the issue. We'll try to update the documentation as soon as we have capacity. Parcel should work. Can you try with the config that you...
Hi @onionhammer Apologies for not getting back to you earlier. I had a quick look at your example and noticed that the dependencies are not getting downloaded as expected. Expected...
Hi @alexkas1977, thanks for raising this. We'll look into it along with #390 , which is currently in progress
HI @AleksandrMalafeev, Could you please provide more details, eg steps to replicate. I don't think that we ever come across a similar issue. Thanks
Hi @SukkaW was this mentioned in Compiled? I think it is `styled-components` that uses [transient props ](https://styled-components.com/docs/api#transient-props)
It seems that having shorthands may not produced the expected output for nested selectors when stylesheet extraction is enabled. Given ``` const nestedSelectors = css` .intro { .intro-heading { .intro-logo...