This package provides:
CSS Autocomplete package
CSS property name and value autocompletions in Pulsar. Uses the autocomplete-plus package.
This is powered by the list of CSS property and values here.

You can update the prebuilt list of completions by running node ./update/update.js at the root of this package and checking for changes within completions.json. This does rely on having dev dependencies installed, so ensure you install all dependencies before doing so.