README

mizchi/crater-css/parser does not have a README file

#
ParseResult

Parse result with diagnostics

#
parse_grid_template_tracks_from_string

fn parse_grid_template_tracks_from_string(value : String) -> Array[
TrackSizingFunction
]

Parse grid-template-columns or grid-template-rows from a raw string

#
parse_inline_style

fn parse_inline_style(css : String) ->
Style

Parse inline CSS style string and return a Style object e.g., "width: 100px; height: 50px; display: flex"

#
parse_stylesheet

fn parse_stylesheet(css : String) ->
Stylesheet

Parse a full stylesheet from CSS text

#
parse_stylesheet_with_diagnostics

fn parse_stylesheet_with_diagnostics(css : String) -> ParseResult

Parse a stylesheet and collect diagnostics

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io