0.1.0 • Published 10 years ago

everycss-charset v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

#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)