Skip to content

Commit

Permalink
feat: PropertyMeta +PartialEq
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhuihuang committed Dec 26, 2024
1 parent 76c0c38 commit 29a9f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion float-pigment-css/src/sheet/rule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use super::*;
use crate::property::Property;

/// A CSS property with some metadata.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, PartialEq)]
pub enum PropertyMeta {
/// A single normal property, e.g. `font-size: 16px`.
Normal {
Expand Down

0 comments on commit 29a9f63

Please sign in to comment.