pheasant_build library

Minified version of the general pheasant_assets library for use during build.

This library is usually used in the pheasant_build package, but you can use it for simple and quick encapsulation of asset processing code.

This library gives the functionality needed to run the pheasant web app on the web without importing VM functionality, which could prevent the app from not running.

Classes

PheasantStyle
The base class for all pheasant styles under the style component of a pheasant file.
PheasantStyleScoped
The final result after adding scope and analyzing a PheasantStyle object.

Enums

StyleScope
A basic enum to denote scope levels in a pheasant style component.

Functions

getStyleInput(String style, {bool sassEnabled = true}) PheasantStyle
Code to extract a PheasantStyle from a style component in a pheasant file.