Skip to content

Commit

Permalink
fix: Changed "pointer-events" alias name
Browse files Browse the repository at this point in the history
  • Loading branch information
aesarine committed Oct 22, 2020
1 parent 2793f7f commit e765ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/dict.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const dict = {
'page-break-inside': { alias: 'pgbi', type: 'string' },
perspective: { alias: 'pspc', type: ['number', 'string'] },
'perspective-origin': { alias: 'pspco', type: ['number', 'string'] },
'pointer-events': { alias: 'pi', type: 'string' },
'pointer-events': { alias: 'pe', type: 'string' },
position: { alias: 'pos', type: 'string' },
quotes: { alias: 'q', type: 'string' },
ratio: { type: ['number', 'string'] },
Expand Down

0 comments on commit e765ade

Please sign in to comment.