Celeste Carloni

Results 13 comments of Celeste Carloni

- [x] Update all failing tests due to expecting a different classes when applying all the CSS plugins. Eg ![image](https://user-images.githubusercontent.com/14813563/179165100-679a0828-8d87-4810-905a-cb4729be3d95.png)

> 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...