Function rsass::parse_scss_path[][src]

pub fn parse_scss_path(path: &Path) -> Result<Vec<Item>, Error>

Parse a scss file by path.

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