🎨 Isolate infra and ui components
The src/base.rs is still to be reworked.
This commit is contained in:
2
build.rs
2
build.rs
@@ -14,7 +14,7 @@ fn main() {
|
||||
|
||||
let out_dir = env::var("OUT_DIR").unwrap();
|
||||
|
||||
let style_src_path = PathBuf::from("src/_base.scss");
|
||||
let style_src_path = PathBuf::from("src/ui/_base.scss");
|
||||
let style_dst_path = Path::new(&out_dir).join("style_vars.rs");
|
||||
|
||||
export_color_variables(&style_src_path, &style_dst_path)
|
||||
|
Reference in New Issue
Block a user