We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cant get this dynamic style to fire
const styles = outline({ widgetsWrapper: { base:{ boxShadow: "0px 0px 4px #00000022" }, "@media (max-width: 600px)": { margin: "0 -5px 15px 0px" } } },{ widgetsWrapper:(selected)=>(selected ? {boxShadow:"0px 0px 8px 6px #1101ff22"}:{}) }); const WidgetsWrapper = styles.widgetsWrapper`div`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cant get this dynamic style to fire
The text was updated successfully, but these errors were encountered: