IgniterCss.Parsers.Formatter (igniter_css v0.1.0)

View Source

Provides formatting functionality that requires igniter_js. This module's functions will only work when igniter_js is included as a dependency.

Summary

Functions

format(file_path_or_content, type \\ :content)

See IgniterJs.Parsers.CSS.Formatter.format/2.

is_formatted(file_path_or_content, type \\ :content)

See IgniterJs.Parsers.CSS.Formatter.is_formatted/2.