-
Notifications
You must be signed in to change notification settings - Fork 962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow functions to be added as styles in head #2377
Conversation
Maybe we should pass all the options ? |
@iRyusa I did think about that but realized that it would be inconsistent with Not really sure what's the best approach. Maybe in a separate PR, we could add a new function on the Let me know what you think |
To match with eslint-airbnb-base expected path naming convention. Solves the false possitives for the "import/no-extraneous-dependencies" rule
Hey @iRyusa Could you trigger the github workflow for this PR? |
Yup sorry for that delay cc @kmcb777 can we release this soon ? |
LGTM 👍 thanks for this PR |
@vidhu it has just been released in 4.11.0 |
This is in response to #2374
it essentially allows you to add functions as styles from head component which are then evaluated in during rendering in the skeleton
i.e