All Projects → JohnAlbin → flower-power

JohnAlbin / flower-power

Licence: other
The “Flower Power” Component Style Guide

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

The “Flower Power” Component Style Guide

This mini-project is both:

  • An example of an auto-generated CSS style guide (using kss-node)
  • An example of how Design Components should be structured.

The rendered version of this project is available at http://johnalbin.github.io/flower-power

The fully rendered Flower component

Installation

The build scripts require node-kss to be installed in this directory. node-kss is a Node.js port of KSS. To install node-kss:

  1. Install Node.js on your local system. With Homebrew on Mac OS X, you can install it with brew install node.
  2. Use Node.js' package manager, npm, to install the node-kss and its dependencies based on the versions specified in package.json.
    • From the root of this project, run: npm up

Building the style guide

Each time a component in the sass folder is modified:

  1. Document the CSS classes using KSS as described on the KSS Node website.
  2. Run: ./build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].