dscout postcss-style-guide theme
$ yarn add --dev psg-theme-dscout
In your postcss.config.js
set the theme
and themePath
options for
postcss-style-guide:
require('postcss-style-guide')({
project: projectName,
dest: 'styleguide/index.html',
theme: 'dscout',
themePath: 'node_modules/psg-theme-dscout'
})
The MIT License (MIT)