Awesome
Overview
This plugin lets you instantly find out the css property support via caniuse.com
Installation
Use the Sublime Package Control and search for Can I Use
or
Copy the python file to your Packages/User Folder. Add this line to the User Keybindings
{ "keys": ["ctrl+alt+f"], "command": "use_it" }
Usage
Mark or place your cursor over a css property and use the shortcut to open a new tab on you webbrowser with the info.
Tip:
Use multiple selection to display info on all selected elements.
TODO
- Try to work with the quick panel