Skip to content

Commit

Permalink
Merge pull request #1133 from rclanan/patch-1
Browse files Browse the repository at this point in the history
Update preset-deep to have correct css class
  • Loading branch information
hasparus committed Aug 21, 2020
2 parents 2c3fea3 + 6a646d6 commit c4c8472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preset-deep/src/index.ts
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 c4c8472

Please sign in to comment.