Results 10 comments of Mantas

I'll add another small tip what could be implemented in this awesome extension: When you start vscode, snippets doesn't work until you click on side bar's snippets view. This might...

One HTML element can have only one transform style. For example div.style.transform = "translateX(100px)" or div.style.transform = "translateX(100px);rotate(45deg)". In second example transform style is only one (containing multiple transformations). In...

I have the same issue. I'm thinking of giving https://www.npmjs.com/package/css-vars-ponyfill a go but not sure if this will work as expected in combination with custom properties. More ideas are welcome....

Just tested ponyfill. Didn't work on IE11 (doesn't set/get css variables from js).

Same issue here. Is there something can be done, so imported component vue-simple-lightbox would work out of the box with vue project ? I don't think it's a good practice...

For VSCode I'm using https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest for Jest tests. Well, it works. And has useful view of tests with links to each test location. Might be something for inspiration.

> And what would be the solution if I want to apply Tailwind classes within my own class definition? The main question is **why you think you need @apply**, not...

And if you really need it, why not just apply plain CSS class with custom styles? This must be exceptional use case, not a pattern in your code anyway.

Might be right place to note this: when error message is too long, it doesn't wrap, nor scrolls right, so it is impossible to see whole message or copy error...