Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 643 Bytes

style-inject-package

NPM version NPM downloads

Inject style tag to document head by package.

Installation

npm install style-inject-package

Example

import styleInject from 'style-inject-package';

postcss({
    inject: styleInject('name-package')
});

License

MIT © smilexx

MIT © EGOIST