linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.34k stars 152 forks source link

feat: Respect explicit exports for a block interface. #330

Closed ramitha closed 4 years ago

ramitha commented 4 years ago

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

chriseppstein commented 4 years ago

Look good. Thanks!