everycss-charset
v0.1.0
Published
Help dealing with @charset rule
Downloads
2
Readme
#EveryCSS-charset
Processor for EveryCSS which could:
- Add a default @charset rule if none has been found
- Force a charset even if @charset rule has been found
- Put first @charset rule at the beginning
- Keep only the first @charset found and remove the other ones
##Parameters
default
: Default charset to use if no @charset has been found. (default: 'utf-8')charset
: Charset to use even if @charset has been found. (default: undefined)