Parser that, given a PostCSS AST will return a Block object. Main public interface is BlockParser.parse.
Block
BlockParser.parse
Main public interface of BlockParser. Given a PostCSS AST, returns a promise for the new Block object.
BlockParser
PostCSS AST
Generated using TypeDoc
Parser that, given a PostCSS AST will return a
Block
object. Main public interface isBlockParser.parse
.