You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Respect explicit exports for a block interface.
Previously, the block's interface constituted of all of its imported blocks as well as the classes and states defined on the block.
Now, the block's public interface will consist of only that which is explicitly exported using @export
Copy file name to clipboardExpand all lines: packages/@css-blocks/glimmer/test/fixtures/styled-app/src/ui/components/with-dynamic-classes/stylesheet.css
Copy file name to clipboardExpand all lines: packages/@css-blocks/glimmer/test/fixtures/styled-app/src/ui/components/with-dynamic-states/stylesheet.css
Copy file name to clipboardExpand all lines: packages/@css-blocks/glimmer/test/fixtures/styled-app/src/ui/components/with-multiple-blocks/stylesheet.css
0 commit comments