utils.less: Update comment to reflect final PR (#22055)

This commit is contained in:
DeeDeeG 2021-03-25 15:03:48 -04:00 committed by GitHub
parent ba746fdd51
commit bd6f7004ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// CSS containment variables.
// The words after `but` explicitly show the excluded/incompatible values.
// The words after `except` explicitly show the excluded/incompatible values.
@contain_all: layout size paint style;
@contain_except_layout: size paint style;
@contain_except_size: layout paint style;