Azd325 / sublime-text-caniuse

Is a plugin for sublime text 2/3 for checking CSS property support

Home Page:http://azd325.github.io/sublime-text-caniuse/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Is a plugin for sublime text 2/3 for checking CSS property support

http://azd325.github.io/sublime-text-caniuse/

License:MIT License


Languages

Language:JavaScript 63.4%Language:Python 36.6%