grass icon indicating copy to clipboard operation
grass copied to clipboard

add support to include_sass macro to autocompile sass files and include it in the binaries

Open prabirshrestha opened this issue 2 years ago • 0 comments

Most of the template engines doesn't support css/sass files. Would be great if there was include_sass_str!("./style.sass") and include_sass_bytes!("./sytle.sass") so that we can easily embed the compiled version of the file without creating a build.rs file.

Looking to something similar to this https://crates.io/crates/include-flate.

prabirshrestha avatar Sep 10 '22 18:09 prabirshrestha