v0.5.4
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