You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brought this issue up with the cobalt2 theme developer: wesbos/cobalt2#96
He indicated that they could fix the issue but that this was really more of an issue with the syntax highlighting. This is basically a copy/paste of the first issue but it applies.
What I like to do (sort of a BEM like approach). I have a selector .custom-tooltip I like to create selectors for inner elements such as .custom-tooltip-content or .custom-tooltip-legend
Brought this issue up with the cobalt2 theme developer: wesbos/cobalt2#96
He indicated that they could fix the issue but that this was really more of an issue with the syntax highlighting. This is basically a copy/paste of the first issue but it applies.
What I like to do (sort of a BEM like approach). I have a selector
.custom-tooltip
I like to create selectors for inner elements such as.custom-tooltip-content
or.custom-tooltip-legend
SCSS syntax renders them like so:
I'd prefer the compound selectors were rendered in the same color as the ampersand/selector name.
If there's anything I can do to help, please let me know.
Thanks,
Sean
The text was updated successfully, but these errors were encountered: