Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nombrekeff committed Oct 3, 2023
2 parents a1b7aba + 3ed20c0 commit 76d9083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tag-inline-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { a } = builders;
// Add single style
const root = a
.as('color', 'bisque')
// Add class names directly
// Add multiple styles at once
.ss({ color: 'black', fontWeight: 'bold' });

fs.writeFileSync(path.join(__dirname, 'generated/tag-inline-styles.html'), generate(root.b()));

0 comments on commit 76d9083

Please sign in to comment.