Skip to content

v0.5.4

Compare
Choose a tag to compare
@typicode typicode released this 12 Jun 20:22
· 3 commits to main since this release

What's Changed

Usage

In your CSS component:

/* You can now add TSDoc comments in your CSS component */
@scope (button.custom-button) {

The generated component will contain:

/**
 * You can now add TSDoc comments in your CSS component 
 */
export function CustomButton // ...

Full Changelog: v0.5.3...v0.5.4