0.1.0 • Published 9 years ago

postxml-import-styles v0.1.0

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

postxml-import-styles

npm version

PostXML plugin replace <link> with <style> and import css-code/

Installation

npm i postxml-import-styles --save-dev

Usage

Postxml

Options

cwd

Type: string Default: ''

Example

Input

<link href="styles.css">

styles.css

body{
	display: none;
	overflow: hidden;
}

Output

<style>body{
	display: none;
	overflow: hidden;
}</style>

Licence

MIT

0.1.0

9 years ago