Skip to content

Commit

Permalink
Add "format" native css function to reserved list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrav committed Sep 23, 2019
1 parent 22b7a2f commit 365f29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/native-reserved-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const nativeFunctionsDic = {
'cubic-bezier': true,
'drop-shadow': true,
ellipse: true,
format: true,
grayscale: true,
hsl: true,
hsla: true,
Expand Down

0 comments on commit 365f29f

Please sign in to comment.