Skip to content

Commit

Permalink
derive more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 25, 2023
1 parent 0b05d10 commit 81ab9bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pub type ContainerSizeFeature<'i> = QueryFeature<'i, ContainerSizeFeatureId>;

define_query_features! {
/// A container query size feature identifier.
#[cfg_attr(feature = "into_owned", derive(static_self::IntoOwned))]
pub enum ContainerSizeFeatureId {
/// The [width](https://w3c.github.io/csswg-drafts/css-contain-3/#width) size container feature.
"width": Width = Length,
Expand Down

0 comments on commit 81ab9bc

Please sign in to comment.