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

Latest commit

 

History

History
32 lines (19 loc) · 642 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 642 Bytes

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