386 private links
An example of optimisation
A great example!
Some dark/light mode toggles
How to handle spacing between css elements in one line of code?
.flow > * + * {
margin-block-start: var(--flow-space, 1em);
}Vérifier la validité des liens d'une page et y ajouter une classe .status comme .status404
Another component library for vue :)
The components look clean. Demo: https://www.naiveui.com/
So since we can't share the components across different branches in the component tree, we could actually hoist them to the root so they become independent from the routes.
Startport allows to have transitions between vue pages.
js/ts utils
A collection of resources about the rust programming language
Ready to use design tokens
The technologies that are gaining popularity. It is based on github stars.
- 140 named colors
- RGB (the traditional notation)
- Note we can replace
rgba(255, 0, 0, 0.5)withrgb(255 0 0 / 0.5)
- Note we can replace
- Hex codes (the de-facto used unit)
- HSL (the human-readable format):
- hue: the pigment used (deg)
- saturation: how much pigment (%)
- lightness: how light? (%)
- display p3: only supported in Safari and Chrome but allow more colors than sRGB
- LCH: a more human-friendly representation than HSL. It is only supported in recent versions of Chrome and Safari though.
oklchfixes some bugs of lch.
How to get right proportions for a rounded corner inside of a rounded container?
outerRadius - gap = innerRadius
Utility to get a mime type
It is very useful indeed!
A cli tool that handle the package manager used behind the hood. So the command will be behind ni translated into the corresponding one between yarn, npm, deno, pnpm, etc...
A lot of so useful projects for web development!
Check them here: https://unjs.io/