[][src]Function rsass::parse_scss_file

pub fn parse_scss_file(file: &Path) -> Result<Vec<Item>, Error>

Parse a scss file.

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