lhl 6ff0e96ad3 8-4-1 1 年間 前
..
dist 6ff0e96ad3 8-4-1 1 年間 前
CHANGELOG.md 6ff0e96ad3 8-4-1 1 年間 前
LICENSE 6ff0e96ad3 8-4-1 1 年間 前
README.md 6ff0e96ad3 8-4-1 1 年間 前
package.json 6ff0e96ad3 8-4-1 1 年間 前

README.md

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