https://github.com/daneden/sublime-css-completions
A more complete library of CSS completions for Sublime Text
https://github.com/daneden/sublime-css-completions
Last synced: about 1 year ago
JSON representation
A more complete library of CSS completions for Sublime Text
- Host: GitHub
- URL: https://github.com/daneden/sublime-css-completions
- Owner: daneden
- Created: 2014-01-06T01:36:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T09:43:41.000Z (about 6 years ago)
- Last Synced: 2024-08-01T19:57:08.206Z (almost 2 years ago)
- Size: 2.93 KB
- Stars: 283
- Watchers: 17
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sublime CSS Completions
A more complete library of CSS autocompletion for Sublime Text. Instructions for use:
1. Put `css.sublime-completions` anywhere in your Sublime Text Packages folder (look for “Browse Packages...” in ST preferences)
2. Restart Sublime Text
3. [Party!](http://gif.daneden.me/winner.gif)
4. Contribute to this list so that everyone can get better CSS completion.
## Stuff I’m aware of
- Sublime Text already has a lot of CSS autocompletions. There are definitely some duplicates in here.
- Not every property has been explicitly defined. For example, there are no `animation-***` properties—only the root animation property.
- Only properties are autocompleted. Some time in the future, I’d like to have both properties and valid values autocompleted. If anyone knows how to do that, please contribute!
## Who are you?
I’m [Dan](//github.com/daneden). Nice to meet you.