]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/css-mode.el
Complete "initial" and "unset" in CSS mode
[gnu-emacs] / lisp / textmodes / css-mode.el
index 060af3321791eece94180bdab4030c503f156584..261826e8b26edc8851f842c082c00c0631e0d256 100644 (file)
@@ -853,7 +853,8 @@ the string PROPERTY."
         (save-excursion
           (skip-chars-backward "[:graph:]")
           (list (point) end
-                (cons "inherit" (css--property-values property))))))))
+                (append '("inherit" "initial" "unset")
+                        (css--property-values property))))))))
 
 (defvar css--html-tags (mapcar #'car html-tag-alist)
   "List of HTML tags.