remove glob re-export

This commit is contained in:
Connor Skees 2023-02-18 12:06:55 -05:00
parent dc6a2d1165
commit c1144cf715

View File

@ -80,7 +80,10 @@ grass input.scss
unknown_lints,
)]
pub use grass_compiler::*;
pub use grass_compiler::{
from_path, from_string, Error, ErrorKind, Fs, InputSyntax, NullFs, Options, OutputStyle,
Result, StdFs,
};
/// Include CSS in your binary at compile time from a Sass source file
///