; * lisp/textmodes/css-mode.el: Fix link
* lisp/textmodes/css-mode.el (css-property-alist): Fix link to CSS Flexible Box Layout Module.
This commit is contained in:
@@ -327,8 +327,8 @@
|
||||
("place-self" justify-self align-self)
|
||||
("row-gap" "normal" length-percentage)
|
||||
|
||||
;; CSS Flexible Box Layout Module Level 2
|
||||
;; (https://www.w3.org/TR/css-flexbox-2/#property-index)
|
||||
;; CSS Flexible Box Layout Module Level 1
|
||||
;; (https://www.w3.org/TR/css-flexbox-1/#property-index)
|
||||
("flex" "none" flex-grow flex-shrink flex-basis)
|
||||
("flex-basis" "auto" "content" width)
|
||||
("flex-direction" "row" "row-reverse" "column" "column-reverse")
|
||||
|
||||
Reference in New Issue
Block a user