Adam Argyle

Results 503 comments of Adam Argyle

> lock selected paddings and margins can you elaborate on this? maybe share a use case too? πŸ™‚

i see! i'm trying to think if there's an easy way to do this right now, and I don't think so. you can however select multiple elements at a time...

`scrollsnapchange` and `scrollsnapchanging` heading to Chrome 129! looking to add a support widget to an upcoming blog post ☺️

many many folks at CSS Day expressed this as an issue, as the API is what they want, but the side effects of effecting each ancestor are not what they...

looks like you can still find a demo here https://simonwep.github.io/viselect/pages/quickstart.html

all the sizes yeah, fluid, relative and static (can skip the content ones) πŸ‘πŸ» there's one complication: props like `var(--size-relative-00)` represents a negative value. the naming pattern was that any...

> Also, had trouble understanding why you would want negative fluid sizes so I threw together a [demo here](https://codepen.io/Flerox/pen/vEBNNwE?editors=1100). NEAT! lovely demo, ty for it! speaks 1000 words. in general,...

also, CSS [`@function`](https://css.oddbird.net/sasslike/mixins-functions/) gonna get love in Chrome this year, we'll be able to: ```css @function --negative (--value) { result: calc(-1 * var(--value)); } section { padding-inline: var(--size-5); margin-inline: --negative(var(--size-5));...

/sub and +1 Went hunting for why video can't lazy load and found this. On my site [nerdy.dev](https://nerdy.dev) there is a lot of savings potential. I use `preload="none"` right now,...

/sub going to be watching this! i'm one of the dorks with [an implementation](https://github.com/argyleink/roving-ux) out there πŸ˜