emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 36/52: company-css-property-alist: remove reference to font-varia


From: Dmitry Gutov
Subject: [elpa] 36/52: company-css-property-alist: remove reference to font-variant in value for font
Date: Tue, 01 Jul 2014 11:53:25 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit fd1ee6ab8c1ced05a8585fe9699c61c876b779c2
Author: Dmitry Gutov <address@hidden>
Date:   Mon Jun 9 17:53:30 2014 +0300

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-css.el b/company-css.el
index 080cb85..b8bd639 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]