maze
banner
remvze.bsky.social
maze
@remvze.bsky.social
design engineer • founder @philosophors.bsky.social
«AutoAnimate»

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

github.com/formkit/auto-animate

#opensource #github
November 12, 2025 at 2:16 PM
corner-shape CSS property defines the style of an element’s corners (e.g., squircle, round, scoop, bevel) when used with border-radius. It customizes how corners are rendered beyond simple curves.

#css
November 12, 2025 at 11:31 AM
«Dashy»

A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!

github.com/Lissy93/dashy

#opensource #github
November 12, 2025 at 10:58 AM
The ::placeholder CSS pseudo-element styles the placeholder text inside input or textarea elements, letting you change its color, font, or opacity without affecting the user-entered text.

#css
November 12, 2025 at 9:50 AM
The @‌property CSS at-rule lets you define custom properties with types, defaults, and inheritance. It enables animating and transitioning CSS variables (like colors or angles) by telling the browser how to interpret and interpolate their values.

#css
November 11, 2025 at 8:45 AM
The "from" keyword in CSS color functions extracts color channels (like r, g, b) from another color. For example, rgba(from var(--color) r g b / 50%) reuses --color’s RGB values and applies 50% opacity, creating a semi-transparent version.

#css
November 10, 2025 at 2:43 PM
The @ scope CSS at-rule limits where styles apply by defining a scoped area within the DOM. It helps prevent style conflicts by containing selectors to a specific element and its descendants, improving modularity and component-based design.

#css
November 10, 2025 at 9:11 AM
The :has() CSS pseudo-class selects elements that contain specific descendants or match a given condition, enabling parent-level styling based on child elements.

#css
November 9, 2025 at 6:18 PM
The :focus-visible CSS pseudo-class targets elements that receive focus and should show a visible focus indicator, typically when the user navigates via keyboard (like using the Tab key), not when clicking with a mouse.

#css
November 9, 2025 at 11:42 AM
overscroll-behavior controls what happens when scrolling hits an element’s edge: auto allows normal bounce and scroll chaining, contain stops scroll from reaching parents but may bounce, and none blocks both chaining and bounce.
November 9, 2025 at 10:02 AM
The accent-color CSS property allows you to change the color of UI controls like checkboxes, radio buttons, progress bars, and sliders in a webpage to match your design.

#css
November 8, 2025 at 3:57 PM
The CSS clamp() function restricts a value between a minimum and maximum, using a preferred value in between: clamp(min, preferred, max).

#css
November 8, 2025 at 1:05 PM
November 7, 2025 at 8:45 PM
Container queries let you style elements based on their container’s size, styles, or scroll state, offering a more local alternative to media queries, which depend on the viewport.
November 7, 2025 at 7:37 PM
November 7, 2025 at 7:15 PM
The light-dark() CSS function allows you to define two colors for a property. It automatically selects the appropriate color based on whether a light or dark color scheme is in use, either set by the developer or preferred by the user, eliminating the need for a prefers-color-scheme media query.
November 7, 2025 at 6:53 PM
discipline sustains what inspiration begins.
November 7, 2025 at 3:25 PM
«Spotube»

Open source music client! Available for both desktop & mobile!

github.com/KRTirtho/spotube

#opensource #github
November 5, 2025 at 9:31 AM
“There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”

— C. A. R. Hoare

#programming
November 4, 2025 at 9:39 PM
“Before software can be reusable it first has to be usable.”

— Ralph Johnson

#programming
November 4, 2025 at 5:50 PM
«Screenity»

The free and privacy-friendly screen recorder with no limits.

github.com/alyssaxuu/screenity
November 4, 2025 at 4:16 PM
“In programming, the hard part isn’t solving problems but deciding what problems to solve.”

— Paul Graham
November 4, 2025 at 3:33 PM
“Programmers seem to be changing the world. It would be a relief, for them and for all of us, if they knew something about it.”

— Ellen Ullman
November 3, 2025 at 5:54 PM
“First, solve the problem. Then, write the code.”

— John Johnson
November 3, 2025 at 5:02 PM
“I'm not a great programmer; I'm just a good programmer with great habits.”

— Kent Beck
November 2, 2025 at 3:48 PM