Skip to content

Commit

Permalink
Update preset-deep to have correct css class
Browse files Browse the repository at this point in the history
  • Loading branch information
rclanan committed Aug 15, 2020
1 parent 2c3fea3 commit 6a646d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preset-deep/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ export const deep = {
'.atrule,.attr-value,.keyword': {
color: 'primary',
},
'.selector,.attr-name,.string,.char,.bultin,.inserted': {
'.selector,.attr-name,.string,.char,.builtin,.inserted': {
color: 'secondary',
},
},
}

export default deep
export default deep

0 comments on commit 6a646d6

Please sign in to comment.