Add at-rules #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "at-rules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds autocompletion for CSS at rules, based on the list at https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule.
Nice. Would it make sense to make the completion type for these
"keyword"instead of"class", since they play the role of syntactic keywords in this language?Good call- I've made the change.
Thanks! Merged as
f280a6aPull request closed