Prashant Goel

Results 4 issues of Prashant Goel

Outcome of #403 Right now following works for `MemberExpression` (Implemented [here](https://github.com/atlassian-labs/compiled/blob/master/packages/babel-plugin/src/utils/ast-builders.tsx#L179)) ```ts styled.div` color: ${props => props.color}; // added to HTML element background-color: ${props => props.bgColor}; // NOT added to...

bug 🐛

We have to merge cases like below and ensure it follows lvfha ordering (if pseudo classes are present) More details: [https://github.com/atlassian-labs/compiled/issues/290#issuecomment-706791171](https://github.com/atlassian-labs/compiled/issues/290#issuecomment-706791171) ```css @media (max-width: 400px) { @media (max-width: 300px) {...

new feature 🆕

Right now there is no official way to hide props from the docs. Probably we can use something like `@internal` or `@private` to hide them. ```ts export interface Props {...

**Is your feature request related to a problem? Please describe.** I tried using [multiple secrets](https://github.com/hashicorp/vault-action#multiple-secrets), but if one of the secret paths is wrong or the key is missing, other...

enhancement