diff options
| author | Simen Heggestøyl | 2022-05-14 13:13:30 +0200 |
|---|---|---|
| committer | Simen Heggestøyl | 2022-05-15 12:57:49 +0200 |
| commit | dfefe5cb319f0d604d7ced50775fb4b2b86af0fb (patch) | |
| tree | 9b129914a9fc34a173ceb5f795e05bc0789e17da /lisp/textmodes/css-mode.el | |
| parent | 137720ee6e1bb8489a51092559ce0ed69385d737 (diff) | |
| download | emacs-dfefe5cb319f0d604d7ced50775fb4b2b86af0fb.tar.gz emacs-dfefe5cb319f0d604d7ced50775fb4b2b86af0fb.zip | |
; * lisp/textmodes/css-mode.el: Fix link
* lisp/textmodes/css-mode.el (css-property-alist): Fix link to CSS
Flexible Box Layout Module.
Diffstat (limited to 'lisp/textmodes/css-mode.el')
| -rw-r--r-- | lisp/textmodes/css-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 6ce7172063c..246a3144a1b 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -327,8 +327,8 @@ | |||
| 327 | ("place-self" justify-self align-self) | 327 | ("place-self" justify-self align-self) |
| 328 | ("row-gap" "normal" length-percentage) | 328 | ("row-gap" "normal" length-percentage) |
| 329 | 329 | ||
| 330 | ;; CSS Flexible Box Layout Module Level 2 | 330 | ;; CSS Flexible Box Layout Module Level 1 |
| 331 | ;; (https://www.w3.org/TR/css-flexbox-2/#property-index) | 331 | ;; (https://www.w3.org/TR/css-flexbox-1/#property-index) |
| 332 | ("flex" "none" flex-grow flex-shrink flex-basis) | 332 | ("flex" "none" flex-grow flex-shrink flex-basis) |
| 333 | ("flex-basis" "auto" "content" width) | 333 | ("flex-basis" "auto" "content" width) |
| 334 | ("flex-direction" "row" "row-reverse" "column" "column-reverse") | 334 | ("flex-direction" "row" "row-reverse" "column" "column-reverse") |