uncss2 plugin for Hexo
Remove unused styles from CSS with a fork of uncss. Original uncss.
This plugin is a fork of vseventer plugin
$ npm install hexo-uncss2 --save
You can configure this plugin in _config.yml
.
uncss:
enable : true
ignore : "#added_at_runtime"
media : (min-width: 700px) handheld and (orientation: landscape)
priority : 10
timeout : 1000
uncssrc : .uncssrc
- enable - Enable the plugin. Defaults to
true
. - priority - Set the filter priority. Lower priorities execute first. Defaults to
10
. - All other options correspond to their uncss equivalent.
Launch the node process like DEBUG=hexo:uncss hexo ...
to inspect debug messages.
See the Changelog for a list of changes.
[MIT License (MIT)](./LICENSE.txt)