Skip to content

Commit

Permalink
Allow unitless value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Oct 11, 2023
1 parent 3465f57 commit c7fac02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ fn _unsupported_media_query() {}
///
/// ```compile_fail
/// use tw_macro::tw;
/// tw!("px-[45]");
/// tw!("px-45]");
/// ```
fn _missing_unit_after_arbitrary_value() {}
fn malformed_arbitrary_value() {}

/// Invalid group usage.
///
Expand Down

0 comments on commit c7fac02

Please sign in to comment.