Function rsass::parse_scss_data

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

Parse scss data from a buffer.

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