adjust-hue is not included in the module system
This commit is contained in:
parent
458fcf0fd8
commit
717cdd9501
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user