Skip to content

'minimal' theme of postcss-style-guide

Notifications You must be signed in to change notification settings

dscout/psg-theme-dscout

 
 

Repository files navigation

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)

About

'minimal' theme of postcss-style-guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.8%
  • HTML 43.6%
  • JavaScript 7.6%