pulsar/packages/autocomplete-css/README.md
2023-02-25 14:50:28 -08:00

723 B

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.

css-completions

You can update the prebuilt list of completions by running node 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.