New:Socket for Asana Is Now Available.Learn more
Get Started

postcss-normalize-charset

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-charset

Add necessary or remove extra charset with PostCSS

latest
Source
npmnpm
Version
9.0.0
Version published
Weekly downloads
18M
-4.95%
Maintainers
7
Weekly downloads
 
Created
Source

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

Keywords

postcss

FAQs

Package last updated on 27 Aug 2026

Related posts