pulsar/packages/autocomplete-css
2023-02-23 21:50:36 -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 Final touches, and lots of them 2023-02-23 21:50:36 -08:00
cssValueDefinitionSyntaxExtractor.js Final touches, and lots of them 2023-02-23 21:50:36 -08:00
fetch-property-docs.coffee Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
html-tags.json Bundle autocomplete-css 2022-12-11 15:49:28 -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
pseudo-selectors.json Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
README.md Mirror: cleanup and rename #1 (autocomplete-css) 2022-12-11 15:53:08 -08:00
sorted-property-names.json Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
update.coffee Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
update.js Final touches, and lots of them 2023-02-23 21:50:36 -08:00
webref.css.json Initial Setup and parsing of data 2023-02-21 20:56:06 -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.