postcss-normalize-charset-nightly
v0.8.4
Published
Add necessary or remove extra charset with PostCSS
Downloads
27
Maintainers
Readme
This is an un-official nightly release of cssnano's postcss-normalize-charset
In this, the package is named as postcss-normalize-charset-nightly
In from this docs, you need to replace every
postcss-normalize-charset --> postcss-normalize-charset-nightly
Original Docs below
postcss-normalize-charset
Add necessary or remove extra charset with PostCSS
a{
content: "©";
}
@charset "utf-8";
a{
content: "©";
}
API
normalizeCharset([options])
options
add
Type: boolean
Default: true
Pass false
to stop the module from adding a @charset
declaration if it was
missing from the file (and the file contained non-ascii characters).
Usage
See the PostCSS documentation for examples for your environment.
Contributors
See CONTRIBUTORS.md.
License
MIT © Bogdan Chadkin