adjust-hue is not included in the module system

This commit is contained in:
Connor Skees 2020-07-27 02:03:56 -04:00
parent 458fcf0fd8
commit 717cdd9501

View File

@ -14,11 +14,6 @@ use crate::{
value::Value, value::Value,
}; };
fn adjust_hue(mut args: CallArgs, parser: &mut Parser<'_>) -> SassResult<Value> {
args.max_args(2)?;
todo!()
}
pub(crate) fn declare(f: &mut Module) { pub(crate) fn declare(f: &mut Module) {
f.insert_builtin("adjust", adjust_color); f.insert_builtin("adjust", adjust_color);
f.insert_builtin("alpha", alpha); f.insert_builtin("alpha", alpha);