-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hey there!
So, I really think I can get some good use out of your library. However, highlighting is unfortunately not supported for your methods (at least in VScode).
Any idea on how to support proper syntax highlighting? I really enjoy having the ability to do:
${is('outline')`
background: transparent;
color: ${colors.primary};
box-shadow: inset 0px 0px 0px 1px;
`}
instead of:
${props => props.outline && css`
background: transparent;
color: ${colors.primary};
box-shadow: inset 0px 0px 0px 1px;
`}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels