Skip to content

dichuvichkin/postcss-bom

Repository files navigation

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.

About

Add a UTF-8 BOM to files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published