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
vim-css-colors didn't work in css file after a : (colon) was before the hex value.
For example:
.someClass{
color: #F2F2F2
}
In this case the colors don't show up because of the colon. it works fine if there is no colon to the left of the Hex value.
vim-css-colors didn't work in css file after a
:(colon) was before the hex value.For example:
.someClass{
color: #F2F2F2
}
In this case the colors don't show up because of the colon. it works fine if there is no colon to the left of the Hex value.