Function rsass::parse_scss_data[][src]

pub fn parse_scss_data(data: &[u8]) -> Result<Vec<Item>, ParseError>
Expand description

Parse scss data from a buffer.

Returns a vec of the top level items of the file (or an error message).