takayukiyagi / grunt-kss-styleguide

静的サイト用kssスタイルガイドのテンプレートです。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ファイル構成

.
├── README.md
├── grunt
│     ├── package.json
│     ├── Gruntfile.coffee
│     ├── node_modules
│     └── src
│         └─ assemble
│         └─ sass
│         └─ styleguide
│             └─ index.html
│             └─ public
└── htdocs
      ├── index.html
      ├── css
      └── styleguide
          └─ index.html
          └─ section-buttons.html
          └─ public

インストール

cd ~/path/to/project
git clone git@github.com:takayukiyagi/grunt-kss-styleguide.git
npm install
grunt listen

About

静的サイト用kssスタイルガイドのテンプレートです。


Languages

Language:JavaScript 50.2%Language:CSS 37.6%Language:HTML 10.3%Language:CoffeeScript 1.4%Language:Handlebars 0.4%