Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htanjo/kss-node-template
Stylish template for kss-node.
https://github.com/htanjo/kss-node-template
Last synced: about 2 months ago
JSON representation
Stylish template for kss-node.
- Host: GitHub
- URL: https://github.com/htanjo/kss-node-template
- Owner: htanjo
- License: mit
- Created: 2013-05-01T07:31:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T11:13:01.000Z (about 9 years ago)
- Last Synced: 2024-11-08T22:40:53.994Z (3 months ago)
- Language: CSS
- Homepage: http://htanjo.github.io/kss-node-template/
- Size: 624 KB
- Stars: 62
- Watchers: 7
- Forks: 28
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
kss-node-template
=================This is a **template** for [kss-node](https://github.com/kss-node/kss-node) styleguide.
"kss-node" is a NodeJS implementation of [Knyle Style Sheets](https://github.com/kneath/kss) (KSS).
kss-node enables us to generate a beautiful styleguide for CSS, of course that suports LESS, SASS and Stylus.You can see the example styleguide from the left navi.
Demo
----
**[Example Styleguide](http://htanjo.github.io/kss-node-template/)**### Features
* For keeping compatible with your any CSS, optimize the document's style code.
* Make the side navi interactive. That also shows the child sections in the showing page.
* Improve the style of markdown content for readability.Download
--------
**[kss-node-template](https://github.com/htanjo/kss-node-template/archive/master.zip)** [zip] or```
git clone git://github.com/htanjo/kss-node-template.git
```**Note:** This package contains only template files.
You have to install kss-node at first.How to apply this template
--------------------------
1. Install kss-node. Type `npm install kss` or `npm install -g kss` for global CLI.
2. Download [kss-node-template](https://github.com/htanjo/kss-node-template/archive/master.zip) and copy the "template" folder into your working directory.
3. Run `kss-node` command with `--template` option, like below.```
kss-node --template path/to/template
```License
-------
Copyright (c) 2013-2015 Hiroyuki Tanjo. Licensed under the [MIT License](LICENSE).