Skip to content

Commit

Permalink
Merge pull request #398 from pulsar-edit/update-autocomplete-css
Browse files Browse the repository at this point in the history
Add Automated updated of `autocomplete-css` `completions.json`
  • Loading branch information
confused-Techie authored Mar 15, 2023
2 parents c22b4c7 + 804bbda commit d8b0a33
Show file tree
Hide file tree
Showing 13 changed files with 25,390 additions and 2,972 deletions.
4 changes: 1 addition & 3 deletions packages/autocomplete-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ This is powered by the list of CSS property and values [here](https://github.com

![css-completions](https://cloud.githubusercontent.com/assets/671378/6357910/b9ecbe7c-bc1c-11e4-89b1-033e626c891f.gif)

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.
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.
Loading

0 comments on commit d8b0a33

Please sign in to comment.