A style guide is an essential documents for any website, and it should not be overlooked. Creating styleguides for websites are by no means a new idea, but they are more easily talked about than implemented. Thankfully there are many tools with more arriving all the time, so in this post i`ve gathered some handy website style guide tools that will save you time, and a lot of headaches, down the line.
Documentcss
Create live style guides with interactive examples, that change as your design does.
Stylifyme
Stylify Me was created to help designers quickly gain an overview of the style guide of a site, including colours, fonts, sizing and spacing.
Styleguide.js
Generate a styleguide from your CSS, by adding YAML data in the comments. It generates a self-contained html file. Works great for component based CSS.
Fabricator
Generate a style guide from your toolkit code. Write documentation in markdown to make your toolkit easy for other developers to use.
Aigis
Aigis is a Node.js package that parses comments in your CSS and auto-generate a styleguide.
Hologram
Hologram is a Ruby gem that parses comments in your CSS and helps you turn them into a beautiful style guide.
Uspto
An open source UI style guide, pattern library, and Bootstrap theme.
KSS
A methodology for documenting CSS and generating styleguides
Web Design Standards
Open source UI components and visual style guide for U.S. government websites.
Kalei
This project aims at making sure your style sheets are fully documented whilst being synchronized with your webpages styles. To do this it actually uses your live stylesheets in so that at anytime you can review how your styleguide looks.
Yelp
The styleguide is a resource for designers, product managers, and developers, providing a common language around Yelp’s UI patterns.
Solid
BuzzFeed’s CSS style guide. Influenced by frameworks like Basscss, Solid uses immutable, atomic CSS classes to rapidly prototype and develop features, providing consistent styling options along with the flexibility to create new layouts and designs without the need to write additional CSS.
Styleguides
A collaborative collection of resources for creating Front-End Style Guides and Pattern Libraries.
Pattern Lab
Pattern Lab is a collection of tools to help you create atomic design systems. At its core, Pattern Lab is a custom static site generator that constructs an interface by stitching atoms, molecules, and organisms together to form templates and pages. It serves as your project’s pattern library and frontend style guide, but you’re simultaneously able to see components abstractly and in context.
SC5
Style guide generator is a handy little tool that helps you generate good looking style guides from style sheets using KSS notation. It can be used as a command line utility, gulp task or Grunt task (needs grunt-gulp) with minimal effort.