Skip to content

Commit

Permalink
docs: updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelmeraz committed Feb 4, 2024
1 parent f6eb572 commit f2a357d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ const classes = ClassGroup(baseStyles, styleOverrides);
console.log(classes);

// Results in:
// effectively overriding the classes from 'baseStyles.alert.appearance'
// and leaving 'baseStyles.alert.layout' intact
// {
// alert: 'flex p-4 bg-red-50',
// }

// Effectively overriding the classes from 'baseStyles.alert.appearance' and leaving 'baseStyles.alert.layout' intact

// Styles can be also be reused and extended
const extendOverrides = {
alert: {
Expand Down

0 comments on commit f2a357d

Please sign in to comment.