Liam Hall
liamhall91.bsky.social
Liam Hall
@liamhall91.bsky.social
Web developer - Primarily Laravel and Vue.
Anyone found a good VSCode syntax highlighting plugin for CSS property types? I'd like this to error:
November 29, 2024 at 6:07 AM
Overall it looks something like this:
November 15, 2024 at 9:13 AM
I should point out this is to accommodate Tailwind so I need to explicitly spell out classes.
November 15, 2024 at 9:01 AM
I then looked at adding inline styles to components, which seemed okay but I was slightly worried about performance. This morning on the way to the gym I remembered Vue offers v-bind in CSS. Unfortunately that needs to be attached to a CSS property, so something like this won't work:
November 15, 2024 at 8:55 AM
Another one for the Nuxt folks, is there any performance issues with inline styles? I know there can be in other meta frameworks.
November 14, 2024 at 10:46 PM
Nuxt people, is there a simple way to write a custom CSS in JS method and render the style on the server? I've tried using Unhead but I don't think that will work - This is how I get it to work on the client but I want to avoid the flash:
November 14, 2024 at 10:03 PM
I think this might be my favourite addition to CSS in recent years, not container queries, not :has not even variables, but the ability to simply balance text!
November 4, 2024 at 5:13 PM