pulsar/packages/autocomplete-css
2023-03-04 19:06:04 -08:00
..
lib Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
spec Rename variables within isValueInCompletions() 2023-03-01 17:21:41 -08:00
.gitignore Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
completions.json Resolve the initial blank descriptions 2023-03-04 19:06:04 -08:00
cssValueDefinitionSyntaxExtractor.js Spelling fix seperators -> separators 2023-02-23 22:17:22 -08:00
package-lock.json autocomplete-css: Refresh package-lock.json 2023-03-03 21:48:15 -05:00
package.json Initial Setup and parsing of data 2023-02-21 20:56:06 -08:00
README.md Update README.md for new update process 2023-02-25 14:50:28 -08:00
update.js Resolve the initial blank descriptions 2023-03-04 19:06:04 -08:00

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.