This commit is contained in:
ConnorSkees 2020-06-22 11:08:28 -04:00
parent 169a6ec2b3
commit ac2d15b776

View File

@ -56,7 +56,9 @@ impl<'a> Parser<'a> {
let paths = [ let paths = [
path_buf.with_file_name(name).with_extension("scss"), path_buf.with_file_name(name).with_extension("scss"),
path_buf.with_file_name(format!("_{}", name.to_str().unwrap())).with_extension("scss"), path_buf
.with_file_name(format!("_{}", name.to_str().unwrap()))
.with_extension("scss"),
path_buf.clone(), path_buf.clone(),
path_buf.join("index.scss"), path_buf.join("index.scss"),
path_buf.join("_index.scss"), path_buf.join("_index.scss"),