🔥 Everything related to property sheets

This commit is contained in:
Max Brunsfeld 2019-10-17 11:00:31 -07:00
parent 075a552430
commit b79295e1a0
9 changed files with 47 additions and 2289 deletions

View file

@ -74,12 +74,6 @@ impl From<io::Error> for Error {
}
}
impl From<rsass::Error> for Error {
fn from(error: rsass::Error) -> Self {
Error::new(error.to_string())
}
}
impl From<regex_syntax::ast::Error> for Error {
fn from(error: regex_syntax::ast::Error) -> Self {
Error::new(error.to_string())