Detailed Description

Used to setup CSS properties, units etc.

Static Public Member Functions

static void Now ()
 Sets up the spark engine by scanning "this" assembly for units, properties etc. More...
 
static void Reset ()
 Clears all the buffers so you can safely call any of the start methods again. More...
 
static void AddToScanner (Modular.AssemblyScanner scanner)
 Adds all the type checkers to the given scanner. They basically automatically find CSS properties, units etc in assemblies. More...
 

Properties

static bool Started [get]
 True if Spark has been started for at least one module. More...
 

Member Function Documentation

static void Css.Start.AddToScanner ( Modular.AssemblyScanner  scanner)
inlinestatic

Adds all the type checkers to the given scanner. They basically automatically find CSS properties, units etc in assemblies.

static void Css.Start.Now ( )
inlinestatic

Sets up the spark engine by scanning "this" assembly for units, properties etc.

static void Css.Start.Reset ( )
inlinestatic

Clears all the buffers so you can safely call any of the start methods again.

Property Documentation

bool Css.Start.Started
staticget

True if Spark has been started for at least one module.