pulsar/packages/autocomplete-css
2023-05-10 18:02:22 -07: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 Finish adding all manual properties 2023-03-09 20:07:34 -08:00
cssValueDefinitionSyntaxExtractor.js Spelling fix seperators -> separators 2023-02-23 22:17:22 -08:00
manual-property-desc.json Finish adding all manual properties 2023-03-09 20:07:34 -08:00
package-lock.json Remove unused request from autocomplete-css 2023-05-10 18:02:22 -07:00
package.json Remove unused request from autocomplete-css 2023-05-10 18:02:22 -07:00
README.md Update README.md for new update process 2023-02-25 14:50:28 -08:00
update.js Update packages/autocomplete-css/update.js 2023-03-14 21:58:47 -07: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.