1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

Add containment module to CSS property list

* lisp/textmodes/css-mode.el (css-property-alist): Add new properties
from CSS Containment Module Level 1.
This commit is contained in:
Simen Heggestøyl 2020-05-10 12:14:21 +02:00
parent b7682d2a26
commit 2df2f78711

View File

@ -276,6 +276,10 @@
("color" color)
("opacity" alphavalue)
;; CSS Containment Module Level 1
;; (https://www.w3.org/TR/css-contain-1/#property-index)
("contain" "none" "strict" "content" "size" "layout" "paint")
;; CSS Grid Layout Module Level 1
;; (https://www.w3.org/TR/css-grid-1/#property-index)
("grid" grid-template grid-template-rows "auto-flow" "dense"