keith / investigate.vim

A Vim plugin for looking up documentation
http://keith.github.io/investigate.vim/
MIT License
297 stars 20 forks source link

Change the URL for CSS documentation #10

Closed runar closed 10 years ago

runar commented 10 years ago

Apparently cssdocs.org only support CSS 2.1 (and below) properties. If you try to look up any CSS3 property, like text-shadow, you’ll be redirected to a Google search. Mozilla’s CSS Reference, on the other hand, supports all CSS properties including those new in CSS3.

I know we’re able to change the URL’s ourselves, but I think the default CSS documentation should include even the newest properties now that CSS3 is so common and supported by most browsers.

Feel free to not merge the pull request if you disagree! :)

keith commented 10 years ago

Agreed since the other doesn't support CSS3. Thanks!