postcss-normalize-charset-nightly

0.8.4 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i postcss-normalize-charset-nightly

    Weekly Downloads

    0

    Version

    0.8.4

    License

    MIT

    Unpacked Size

    4.19 kB

    Total Files

    4

    Last publish

    Collaborators

    • anixsaha