/ stream.nieuweinstituut.nl / node_modules / postcss-normalize-charset /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2 years ago -  
[TXT]CHANGELOG.md39 years ago431  
[   ]LICENSE39 years ago1.1K 
[TXT]README.md39 years ago705 d768d73 docs [كارل مبارك]
[   ]package.json2 years ago1.8K3e510ca test new git [كارل مبارك]
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

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80