0.2.2 • Published 9 years ago

postxml-wrap v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

postxml-wrap

npm version

PostXML plugin wrap with emmet abbreviation. Support only tags and classes.

Installation

npm i postxml- --save-dev

Usage

PostXML

Example

! Plugin doesn't work with whitespaces. They are added just for example

Input

<div wrap=".g-section.bg>.g-section__content">
	<a></a>
</div>

Output

<div class="g-section bg">
	<div class="g-section__content">
		<div>
			<a></a>
		</div>
	</div>
</div>

Options

attr

Type: String Default: wrap

Licence

MIT

0.2.2

9 years ago

0.2.1

9 years ago

0.2.1-0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago