mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
style: container-queries: Stop restrict none/auto/normal from <custom-ident>
Differential Revision: https://phabricator.services.mozilla.com/D161764
This commit is contained in:
parent
717e4acefb
commit
aee17ed05c
1 changed files with 1 additions and 1 deletions
|
@ -1545,7 +1545,7 @@ impl ContainerName {
|
|||
return Ok(Self::none());
|
||||
}
|
||||
const DISALLOWED_CONTAINER_NAMES: &'static [&'static str] =
|
||||
&["none", "not", "or", "and", "auto", "normal"];
|
||||
&["none", "not", "or", "and"];
|
||||
idents.push(CustomIdent::from_ident(
|
||||
location,
|
||||
first,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue