Skip to content

Commit 29a9f63

Browse files
author
yuhuihuang
committed
feat: PropertyMeta +PartialEq
1 parent 76c0c38 commit 29a9f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

float-pigment-css/src/sheet/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use super::*;
55
use crate::property::Property;
66

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

0 commit comments

Comments
 (0)