postcss-bom

Add a UTF-8 BOM to files


Keywords
postcss, css, postcss-plugin, bom, byte, order, mark, utf8, utf-8, add, prepend
License
MIT
Install
npm install postcss-bom@0.0.4

Documentation

postcss-bom Build Status

PostCSS Add a UTF-8 BOM to files.

Add a UTF-8 BOM to files

From Wikipedia:

The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.

Postcss port of gulp-bom

Don't use this unless you really need to.

Install

npm install --save-dev postcss-bom

Usage

postcss([ require('postcss-bom') ])

See PostCSS docs for examples for your environment.