rustfmt
This commit is contained in:
parent
ea0e04bfb9
commit
6f4b8a935f
@ -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},
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user