Options
All
  • Public
  • Public/Protected
  • All
Menu

Sass parser, takes a scss file and outputs the compressed css file to the output dir

param

in watch mode

Hierarchy

  • StylesParser

Index

Constructors

constructor

Properties

Private config

config: YassbConfig

Private finalCss

finalCss: string | Buffer

Private newFileName

newFileName: string

Private pathToFinalCss

pathToFinalCss: string

Private pathToStyle

pathToStyle: string

Methods

Private createCssFolder

  • createCssFolder(): void

parse

  • parse(): Promise<void>

Private parseWithCustom

  • parseWithCustom(): Promise<void>

Private parseWithNodesSass

  • parseWithNodesSass(): void