Skip to content
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

CCC doesn't hint the CSS values inside @media and @keyframes #1

Open
doxhung opened this issue Aug 29, 2012 · 0 comments
Open

CCC doesn't hint the CSS values inside @media and @keyframes #1

doxhung opened this issue Aug 29, 2012 · 0 comments

Comments

@doxhung
Copy link

doxhung commented Aug 29, 2012

You can try the code below to test. CCC works properly when hinting the CSS properties (position, list-style...). But after we enter the colon right after a CSS property, the CCC doesn't show the value list of that property.
I hope you can fix this issue soon. Thanks much for your very useful plugin. It's very awesome.

@Keyframes sample
{
0% {position: relative;}
100% {list-style: none;}
}

@media screen
{
div.test {position: relative;}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant