Options
All
  • Public
  • Public/Protected
  • All
Menu

Extended CSS processor.

Right now, just a simple preprocessor.

Hierarchy

  • ECSSAPI

Index

Methods

Methods

process

  • process(textIn: string, pCtx?: ECSSPCtx): string
  • Processes an extended css file.

    Parameters

    • textIn: string

      Input text.

    • Optional pCtx: ECSSPCtx

      Processing context.

    Returns string

    Preprocessed CSS text.

Generated using TypeDoc