igniteflow / sass-styleguide

Generates a static html file showing colours and variables parsed from your sass files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SASS Styleguide Generator

Recursively parses any *.scss files in your project. Outputs a static html page displaying:

  • Each colour is shown along with its variable name
  • A generated table of all the variable names and their values

Installation

pip install sass-styleguide

Usage

sass-styleguide

About

Generates a static html file showing colours and variables parsed from your sass files


Languages

Language:HTML 49.5%Language:Python 48.1%Language:Makefile 2.4%