@studyportals/sass

1.0.1 • Public • Published

@studyportals/sass@v1.0.1

NPM version NPM license NPM downloads Dependencies Development Dependencies

Compiles scss into css.

@studyportals/sass

@studyportals/sass.OUTPUTSTYLE : enum

Output styles

Kind: static enum of @studyportals/sass
Properties

Name Type Default
NESTED string "nested"
COMPRESSED string "compressed"

@studyportals/sass.compile([opts])

Compile scss into css.

It will find all *.scss files in opts.cwd by default

Kind: static method of @studyportals/sass

Param Type Default Description
[opts] Object
[opts.from] String | Array See comment above Glob
[opts.to] String | Array process.cwd() Glob
[opts.outputStyle] String OUTPUTSTYLE.NESTED

README.md generated at: Thu Jul 20 2017 10:36:48 GMT+0200 (W. Europe Daylight Time)

/@studyportals/sass/

    Package Sidebar

    Install

    npm i @studyportals/sass

    Weekly Downloads

    1

    Version

    1.0.1

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • studyportals-devops