diff --git a/src/parse/value.rs b/src/parse/value.rs index d396f9f..47ff462 100644 --- a/src/parse/value.rs +++ b/src/parse/value.rs @@ -17,7 +17,7 @@ use crate::{ utils::{ as_hex, devour_whitespace, eat_number, hex_char_for, is_name, peek_ident_no_interpolation, peek_until_closing_curly_brace, peek_whitespace, read_until_char, read_until_closing_paren, - read_until_closing_square_brace, IsWhitespace, + read_until_closing_square_brace, IsWhitespace, }, value::Value, value::{Number, SassMap}, diff --git a/tests/min-max.rs b/tests/min-max.rs index f887e6f..525df78 100644 --- a/tests/min-max.rs +++ b/tests/min-max.rs @@ -106,4 +106,4 @@ error!( max_incompatible_units, "$a: 1px;\n$b: 2%;\na {\n color: max($a, $b);\n}\n", "Error: Incompatible units px and %." ); -// todo: special functions, min(calc(1), $b); \ No newline at end of file +// todo: special functions, min(calc(1), $b);