Skip to content

Commit e7fb94d

Browse files
chore: remove reference to import attributes
1 parent 0ca4d34 commit e7fb94d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ This would emit the following generated HTML
9393
9494
For interactive components that would require client side interactivity, like event handlers, these components should be authored rendering into a Shadow Root using [Declarative Shadow DOM](https://developer.chrome.com/docs/css-ui/declarative-shadow-dom) and with Greenwood's [raw plugin](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-raw).
9595
96-
<details>
97-
Ideally we would be using <a href="https://web.dev/articles/constructable-stylesheets">Constructable Stylesheets and Import Attributes</a> but CSS Import Attributes are <a href="https://github.com/ProjectEvergreen/www.greenwoodjs.dev/pull/57#issuecomment-2295349811">not baseline yet</a>. 😞
98-
</details>
99-
10096
```css
10197
/* card.css */
10298
.card {

0 commit comments

Comments
 (0)