wintersmith-cssnext

0.0.4 • Public • Published

wintersmith-cssnext

cssnext plugin for wintersmith.

Project is fork of wintersmith-stylus plugin.

Install:

Using npm:

npm install wintersmith-cssnext -g then add wintersmith-cssnext to your plugins in the wintersmith config

or locally,

npm install wintersmith-cssnext

then add ./node_modules/wintersmith-cssnext/ to config.json like:

{
  "locals": {
    "url": "http://localhost:8080",
    "name": "The Wintersmith's blog",
    "owner": "The Wintersmith",
    "description": "-32°C ain't no problems!",
    "index_articles": 3
  },
  "plugins": [
    "./node_modules/wintersmith-cssnext/"
  ]
}

Test

Test is written using Mocha. Install it globally, then run

$ mocha

Dependencies (2)

Dev Dependencies (3)

Package Sidebar

Install

npm i wintersmith-cssnext

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • jakub-swierk