Adam Argyle
Adam Argyle
there's more! https://www.smashingmagazine.com/2024/01/css-border-image-property/
https://codepen.io/argyleink/pen/zYbQBOm
A good place to start is to make a Codepen that captures as many `border-image` one-liners as it can. There's some good precedence and background onto adding a set of...
it's crossed my mind, but I'm leaving the door open for someone else to build right now
Open Props offers [props on :host](https://unpkg.com/browse/[email protected]/sizes.shadow.min.css), is that what you need? otherwise, `cSS` are a loading strategy and composability feature, the props don't know or care about these details?
i leave classes up to user space.. the normalize and button stylesheets target tags by name and don't offer a class. Open Props v2 has a [beta utility file](https://unpkg.com/browse/[email protected]/utilities.css) you...
I felt like making props for durations like this was: - more verbose as a prop and less flexible - great for "house props" or the custom parts of a...
this could be something like: ```css :root { --space: ; --gradient-1: linear-gradient(to right var(--space), red, blue); --gradient-2: …; --gradient-3: …; } @supports (background: linear-gradient(to right in oklab, #000, #fff)) {...
**Work outline:** 1. put props into a js file in the /src folder as `props.social.js`, [like this](https://github.com/argyleink/open-props/pull/360/files#diff-4638e6b6f7f5cb1f656aaa3a6d0b10b00538ceab8d3a8889a2b6f78768fd9751) 2. add a build step to package.json, [like this](https://github.com/argyleink/open-props/pull/360/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R215) 3. run the build...
> I think this should be entirely optional if added. def would be. > Personally I don’t like supporting these largely proprietary service in general, but I think this starts...