[ Cassondra ]

Results 169 comments of [ Cassondra ]

@Westbrook would love to tackle that as well but since they run separately, I thought it prudent to present them in different PRs. You can see running the script solo...

I'm taking my inspiration a bit from the rocket-cli: https://github.com/modernweb-dev/rocket/blob/main/packages/cli/package.json

I'm thinking it would be beneficial to break down our top-tasks and map those to generic commands: - `swc init` - stubs out a standard web component library ready for...

The UEC repo is an example of this - currently it's a clone of this project which isn't ideal. When your 11ty updates merge for example, then there's a lot...

> For new, build, test, and docs, what do you see being the delta between this sort of approach and the repo generated above simply having those commands as NPM...

Cross-posting this here if it's helpful: https://codepen.io/castastrophe/pen/rNKjLVj?editors=0010 This shows defining the keyframe in the shadow DOM styles and referencing them on either ::slotted(*) or slot content. Appears to be working?...

Could part of the issue be how the keyframe is defined? It's a CSSRule so it can't be nested inside a selector. i.e., ``` ::slotted(*) { @keyframes rotate {...} }...

[Great discussion](https://front-end.social/@castastrophe/109311157184354130) the summary of which is that results vary by browser on whether or not a shadow DOM-defined keyframe can be applied to ::slotted or slot. Also variances in...

@jawinn Just merged [this](https://github.com/adobe/spectrum-css/pull/2633) into spectrum-two to fix the out-of-sync commons package. Would you mind re-running yarn lock?

@eyevana This might be a good reason why we should swap to using the `ui` color sets for this component rather than the `surface` set. The `ui` sets have state...