mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
; * 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:
parent
137720ee6e
commit
dfefe5cb31
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue