Skip to content

Commit

Permalink
Add outline-offset rule (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Gunderin authored Jul 17, 2022
1 parent 2570d2c commit 3b44d94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/atomizer/src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,16 @@ module.exports = [
'n': 'none'
}]
},
{
'type': 'pattern',
'name': 'Outline-offset',
'matcher': 'Oo',
'shorthand': true,
'allowParamToValue': true,
'styles': {
'outline-offset': '$0'
}
},
/**
==================================================================
OFFSETS
Expand Down

0 comments on commit 3b44d94

Please sign in to comment.