peach a19a732be8 commit message | há 2 anos atrás | |
---|---|---|
.. | ||
dist | há 2 anos atrás | |
CHANGELOG.md | há 2 anos atrás | |
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
package.json | há 2 anos atrás |
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