This commit is contained in:
ConnorSkees 2020-06-22 10:22:13 -04:00
parent ea0e04bfb9
commit 6f4b8a935f
2 changed files with 2 additions and 2 deletions

View File

@ -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},

View File

@ -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);
// todo: special functions, min(calc(1), $b);