1.0.1 • Published 7 years ago

@studyportals/sass v1.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

@studyportals/sass@v1.0.1

Compiles scss into css.

@studyportals/sass

@studyportals/sass.OUTPUTSTYLE : enum

Output styles

Kind: static enum of @studyportals/sass
Properties

NameTypeDefault
NESTEDstring"nested"
COMPRESSEDstring"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

ParamTypeDefaultDescription
optsObject
opts.fromString | ArraySee comment aboveGlob
opts.toString | Arrayprocess.cwd()Glob
opts.outputStyleStringOUTPUTSTYLE.NESTED

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