A Python library to build a styleguide from a CSS manifest file

A Python library to build a styleguide from a CSS manifest file. It is way of building a styleguide without to write declarations inside CSS comments in your stylesheets. You build a manifest in a dedicated CSS file and it will be parsed and serialized so you can use it in your code or templates to build a styleguide. Why a dedicated CSS file for a manifest ? Because it can be automatically writed from your Sass sources. Obviously it […]

Read more