2.3.3 • Published 4 months ago

hexo-uncss2 v2.3.3

Weekly downloads
12
License
MIT
Repository
github
Last release
4 months ago

uncss2 plugin for Hexo

Remove unused styles from CSS with a fork of uncss. Original uncss.

This plugin is a fork of vseventer plugin

Install

$ npm install hexo-uncss2 --save

Options

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.

Debugging

Launch the node process like DEBUG=hexo:uncss hexo ... to inspect debug messages.

Changelog

See the Changelog for a list of changes.

License

[MIT License (MIT)](./LICENSE.txt)
2.3.2

5 months ago

2.3.3

4 months ago

2.3.1

7 months ago

2.3.0

7 months ago

2.2.0

11 months ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

2 years ago

1.0.2

3 years ago

1.0.0

4 years ago