R/read-css.R
parse_declaration.Rd
e.g. "fill: black; color: blue" -> list(fill = 'black', color = 'blue')
parse_declaration(stream)
stream | environment containing tokens and the current index. This is an internal only datastructure to assist in parsing |
---|
a named list i.e. the name/value property pair