Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

Azd325/sublime-text-caniuse

Repository files navigation

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