Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 624 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 624 Bytes

psg-theme-dscout

dscout postcss-style-guide theme

Install

$ yarn add --dev psg-theme-dscout

Usage

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'
})

Theme

Default style guide design

License

The MIT License (MIT)