No need for focus position styles
This commit is contained in:
parent
439960bb10
commit
835ed697c3
|
@ -827,7 +827,7 @@ module.exports = {
|
|||
overflow: ['responsive'],
|
||||
padding: ['responsive'],
|
||||
pointerEvents: ['responsive'],
|
||||
position: ['responsive', 'focus'],
|
||||
position: ['responsive'],
|
||||
resize: ['responsive'],
|
||||
shadows: ['responsive', 'hover', 'focus'],
|
||||
svgFill: [],
|
||||
|
|
Reference in a new issue