The Wayback Machine - https://web.archive.org/web/20220526202654/https://github.com/topics/html-elements
Skip to content
#

html-elements

Here are 38 public repositories matching this topic...

a-h
a-h commented May 9, 2021

As per microsoft/language-server-protocol#715

It looks like it's possible to intercept edits, and then use the https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_applyEdit feature initiated from the server to insert the end tag, just like the XML example in the issue.

I'm currently working on doing this for the templ

enhancement good first issue
element
trusktr
trusktr commented May 25, 2020

Make a simple abstraction that can take a piece of CSS, generate a stylesheet from it, and provide the end developer a function that can be called in order to pass values for CSS variables/properties.

Initial description of the idea is in postcss/postcss#476 (comment).

Basically given the following CSS,

.foo {
  --some-prop: 1px;
  /* ... s
enhancement good first issue

Improve this page

Add a description, image, and links to the html-elements topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html-elements topic, visit your repo's landing page and select "manage topics."

Learn more