antonk52 / EmmetOneLine

This small Sublime Text plugin allows you to type a few css-property by a space and a time to deploy them with Emmet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text plugin: Create CSS-block from one line with Emmet

v0.0.1

EmmetOneLine is a Sublime Text plugin which allows you to expand multiple css-properties with a space key and a time to deploy them with Emmet.

Goto-CSS-Declaration

In order for EmmetOneLine to work you have to have Emmet installed.

Install:

With Package Control

  1. Install Package Control
  1. Install Package (Preferences -> Package Control -> Install Package -> EmmetOneLine)

Manualy

  1. Install Emmet Instructions
  1. Clone or download git repository into your packages folder (in Sublime Text, find 'Browse Packages...' menu item to open this folder)
  1. Restart Sublime Text

Usage:

Use space to expand the usual Emmet-shortcuts at the end or press Ctrl-Tab (or other combination of your choice).

I would be glad if this plugin-kid will saves you the time of your life ;)

From Siberia with ♥ @kakRostropovich

About

This small Sublime Text plugin allows you to type a few css-property by a space and a time to deploy them with Emmet.

License:MIT License


Languages

Language:JavaScript 78.6%Language:Python 21.4%