[][src]Function sass_rs::compile_file

pub fn compile_file<P: AsRef<Path>>(
    path: P,
    options: Options
) -> Result<String, String>

Takes a file path and compiles it with the options given