pulsar/packages/autocomplete-css
2023-02-25 14:34:37 -08:00
..
lib Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
spec Last completions.json agnostic test 2023-02-25 14:34:37 -08:00
.gitignore Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
completions.json Added implicitly defined keywords to completions.js 2023-02-25 14:33:00 -08:00
cssValueDefinitionSyntaxExtractor.js Spelling fix seperators -> separators 2023-02-23 22:17:22 -08:00
package-lock.json Initial Setup and parsing of data 2023-02-21 20:56:06 -08:00
package.json Initial Setup and parsing of data 2023-02-21 20:56:06 -08:00
README.md Mirror: cleanup and rename #1 (autocomplete-css) 2022-12-11 15:53:08 -08:00
update.js Added implicitly defined keywords to completions.js 2023-02-25 14:33:00 -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 property names and values by running the update.coffee file at the root of the repository and then checking in the changed properties.json file.

sorted-property-names.json is updated manually - take a look at https://developer.microsoft.com/en-us/microsoft-edge/platform/usage/ and https://www.chromestatus.com/metrics/css/popularity for guidance.