![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 2 years ago | - | |
![]() | CHANGELOG.md | 39 years ago | 431 | |
![]() | LICENSE | 39 years ago | 1.1K | |
![]() | README.md | 39 years ago | 705 | d768d73 docs [كارل مبارك] |
![]() | package.json | 2 years ago | 1.8K | 3e510ca test new git [كارل مبارك] |
Add necessary or remove extra charset with PostCSS
a{
content: "©";
}
@charset "utf-8";
a{
content: "©";
}
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).
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Bogdan Chadkin