From fd1ee6ab8c1ced05a8585fe9699c61c876b779c2 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 9 Jun 2014 17:53:30 +0300 Subject: [PATCH] company-css-property-alist: remove reference to font-variant in value for font The two possible values for CSS 2.1 font-variant are already included. --- company-css.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-css.el b/company-css.el index 080cb85a5..b8bd639c1 100644 --- a/company-css.el +++ b/company-css.el @@ -86,7 +86,7 @@ ("elevation" angle "below" "level" "above" "higher" "lower") ("empty-cells" "show" "hide") ("float" "left" "right" "none") - ("font" font-style font-variant font-weight font-size "/" line-height + ("font" font-style font-weight font-size "/" line-height font-family "caption" "icon" "menu" "message-box" "small-caption" "status-bar" "normal" "small-caps" ;; CSS3 -- 2.39.2