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:
parent
b7682d2a26
commit
2df2f78711
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue