Skip to content

r7kamura/cssdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cssdoc

CSS styleguide generator

Installation

git clone git@github.com:r7kamura/cssdoc.git
cd cssdoc
bundle install
rake install

Usage

Write a document as comment for your css(scss, sass) in Github Flavored Markdown.

/*
  # .button
  basic button design

 ```
  <button class="button">
    button
  </button>

  <button class="button danger">
    danger
  </button>
 ```
*/
.button {
  ...
}

Launch cssdoc and open http://localhost:4567

cssdoc

About

CSS styleguide generator

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published