diff options
| -rw-r--r-- | lisp/textmodes/css-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 3f581c539c6..ab9e2dc35ec 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -276,6 +276,10 @@ | |||
| 276 | ("color" color) | 276 | ("color" color) |
| 277 | ("opacity" alphavalue) | 277 | ("opacity" alphavalue) |
| 278 | 278 | ||
| 279 | ;; CSS Containment Module Level 1 | ||
| 280 | ;; (https://www.w3.org/TR/css-contain-1/#property-index) | ||
| 281 | ("contain" "none" "strict" "content" "size" "layout" "paint") | ||
| 282 | |||
| 279 | ;; CSS Grid Layout Module Level 1 | 283 | ;; CSS Grid Layout Module Level 1 |
| 280 | ;; (https://www.w3.org/TR/css-grid-1/#property-index) | 284 | ;; (https://www.w3.org/TR/css-grid-1/#property-index) |
| 281 | ("grid" grid-template grid-template-rows "auto-flow" "dense" | 285 | ("grid" grid-template grid-template-rows "auto-flow" "dense" |