atom/autocomplete-css

only color custom properties are autocompletet

Eschon opened this issue · 1 comments

Prerequisites

Description

I have a few css custom properties in my code. When I type var autocomplete shows me only custom properties that use colors, others are missing from the list.

screen shot 2017-07-24 at 10 49 16

Steps to Reproduce

  1. add a few css custom properties to your code for colors and other things like length values
  2. type var in your css file

Expected behavior:
All custom properties should be able to be autocompleted.

Actual behavior:
Only color properties are shkown

Reproduces how often:
always

Versions

Atom: 1.18.0
Electron: 1.3.15
Chrome: 52.0.2743.82
Node: 6.5.0

apm 1.18.1
npm 3.10.10
node 6.9.5 x64
python 2.7.10
git 2.10.1

OS: OS X 10.11.6

I'm sorry I just realized that this has nothing to do with this package.
Autocompleting color variables is a feature of the pigments package