-
Updated
Apr 4, 2022 - TypeScript
html-elements
Here are 38 public repositories matching this topic...
-
Updated
Mar 23, 2022 - CSS
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 26, 2022 - Java
-
Updated
Mar 10, 2022 - TypeScript
functional CSS
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
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Mar 25, 2022 - CSS
-
Updated
Jan 10, 2020
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Jan 10, 2020 - CSS
-
Updated
Jan 10, 2020 - CSS
I know you don't want to, but perhaps you should? If not, get rid of the jest
dependencies bringing in babel.. yuck
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Jun 6, 2020 - HTML
-
Updated
May 7, 2022 - JavaScript
-
Updated
Aug 14, 2018 - HTML
-
Updated
May 22, 2022 - SCSS
-
Updated
Dec 4, 2020 - HTML
-
Updated
May 17, 2022
-
Updated
Sep 5, 2017 - JavaScript
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Jan 13, 2022 - HTML
-
Updated
Dec 13, 2020 - HTML
-
Updated
Jan 26, 2019
-
Updated
May 12, 2022 - HTML
-
Updated
Feb 13, 2020 - TypeScript
-
Updated
Dec 21, 2020 - HTML
-
Updated
Mar 24, 2021 - HTML
Improve this page
Add a description, image, and links to the html-elements topic page so that developers can more easily learn about it.
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."
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