0.7.1 • Published 6 years ago

generator-pioneerscss v0.7.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

generator-pioneerscss Build Status npm version

Yeoman generator that scaffolds SCSS layout for front-end applications.

Requirements

Getting Started

  1. Install Yeoman and SCSS generator:

    $ npm i -g yo generator-pioneerscss
  2. Move to folder in which SCSS structure should be created at, e.g.:

    $ cd ~/projects/my-app/styles
  3. Scaffold structure by running:

    $ yo pioneerscss

typical usage

Grunt task for grunt-sass:

sass: {
  options: {
    outputStyle: 'expanded',
    includePaths: ['node_modules'],
    sourceMap: false
  },
  dist: {
    files: {
      '<%= config.dist %>/assets/css/styles.css': '<%= config.src %>/assets/css/styles.scss'
    }
  }
}

Licence

Copyright © 2017 Interactive Pioneers GmbH. Licenced under GPL-3.

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago