pulsar/packages/autocomplete-css
2023-02-24 20:03:13 -08:00
..
lib Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
spec Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
.gitignore Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
completions.json Ensure getValuesOfProp() properly receives full css object rather than just a single specs value 2023-02-24 20:03:13 -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 Ensure getValuesOfProp() properly receives full css object rather than just a single specs value 2023-02-24 20:03:13 -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.