phoenix
phoenix copied to clipboard
[feat] Automatic CSS Code Hints update
Describe the problem
We have addressed this https://github.com/phcode-dev/phoenix/issues/595 by bringing in new properties from vscode css language service data: https://www.npmjs.com/package/@vscode/web-custom-data
This is the PR: https://github.com/phcode-dev/phoenix/pull/1552
Describe the solution you'd like
We should add the npm dep web custom data and add a build gulp task to update the data on each build.
Alternatives considered
No response
Additional context
No response