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

Completions for selectors are provided instead of property names in incomplete css files #81

Open
ramya-rao-a opened this issue Mar 26, 2018 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Mar 26, 2018

Try triggering completions in the below content in a css file at the position where the | is. You will see completions being provided for selectors instead of property names

.foo {
    one
    margin: 10px;
    m|    
}

.foo {
    one
}

.bar {
    margin: 10px;
    m|
}
.foo {
    margin: 10px
    padding: 10px;
    m|
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants