feat(mobile): add safe-area spacing utilities (pt-safe-top, pb-safe-bottom, etc.)
This commit is contained in:
@@ -146,6 +146,13 @@ export default {
|
|||||||
base: '200ms',
|
base: '200ms',
|
||||||
slow: '300ms',
|
slow: '300ms',
|
||||||
},
|
},
|
||||||
|
spacing: {
|
||||||
|
safe: 'env(safe-area-inset-bottom)',
|
||||||
|
'safe-top': 'env(safe-area-inset-top)',
|
||||||
|
'safe-bottom': 'env(safe-area-inset-bottom)',
|
||||||
|
'safe-left': 'env(safe-area-inset-left)',
|
||||||
|
'safe-right': 'env(safe-area-inset-right)',
|
||||||
|
},
|
||||||
keyframes: {
|
keyframes: {
|
||||||
'accordion-down': {
|
'accordion-down': {
|
||||||
from: {
|
from: {
|
||||||
|
|||||||
Reference in New Issue
Block a user