style: container-queries: Stop restrict none/auto/normal from <custom-ident>

Differential Revision: https://phabricator.services.mozilla.com/D161764
This commit is contained in:
Ziran Sun 2022-11-14 15:36:47 +00:00 committed by Martin Robinson
parent 717e4acefb
commit aee17ed05c

View file

@ -1545,7 +1545,7 @@ impl ContainerName {
return Ok(Self::none()); return Ok(Self::none());
} }
const DISALLOWED_CONTAINER_NAMES: &'static [&'static str] = const DISALLOWED_CONTAINER_NAMES: &'static [&'static str] =
&["none", "not", "or", "and", "auto", "normal"]; &["none", "not", "or", "and"];
idents.push(CustomIdent::from_ident( idents.push(CustomIdent::from_ident(
location, location,
first, first,