Skip to content

An Assemble Plugin that enables KSS syntax to be discovered in SASS or LESS files and generates Style Documentation.

License

Notifications You must be signed in to change notification settings

Ergosign/grunt-assemble-kss

Repository files navigation

Build Status Dependencies

grunt-assemble-kss

KSS Style Guide Generator plugin for Assemble

Getting Started

$ npm i grunt-assemble-kss --save-dev

Next, register the plugin with Assemble:

assemble: {
  options: {
    plugins: ['grunt-assemble-kss', 'other/plugins/*'],
    kss: {
        src: "test/fixtures/scss",
        src_mask: "*.scss",
        overviewMarkdownFile:"styleguide.md",
        dest: "test/actual",
        template: "test/fixtures/layouts/style-guide-layout.hbs",
        templateIframe: "test/fixtures/layouts/iframe-content.hbs"
    }
  }
}

Options

Contributing

We welcome all kinds of contributions!


Author

Ergosign

License

Copyright © 2015 Ergosign Released under the MIT license.

About

An Assemble Plugin that enables KSS syntax to be discovered in SASS or LESS files and generates Style Documentation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published