liangjiahao 8f813121f8 添加查看按钮的窗口 3 лет назад
..
dist fcedc92fa0 完成了基础 3 лет назад
CHANGELOG.md fcedc92fa0 完成了基础 3 лет назад
LICENSE fcedc92fa0 完成了基础 3 лет назад
README.md fcedc92fa0 完成了基础 3 лет назад
package.json 8f813121f8 添加查看按钮的窗口 3 лет назад

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