mirror of
https://github.com/tale/headplane.git
synced 2026-08-22 02:36:38 +00:00
style: eslint changes
This commit is contained in:
+16
-17
@@ -10,36 +10,35 @@ export default {
|
||||
container: {
|
||||
center: true,
|
||||
padding: {
|
||||
DEFAULT: '1rem',
|
||||
sm: '2rem',
|
||||
lg: '4rem',
|
||||
xl: '5rem',
|
||||
'2xl': '6rem'
|
||||
}
|
||||
'DEFAULT': '1rem',
|
||||
'sm': '2rem',
|
||||
'lg': '4rem',
|
||||
'xl': '5rem',
|
||||
'2xl': '6rem',
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
height: {
|
||||
editor: 'calc(100vh - 20rem)'
|
||||
editor: 'calc(100vh - 20rem)',
|
||||
},
|
||||
colors: {
|
||||
main: colors.slate,
|
||||
ui: colors.neutral
|
||||
ui: colors.neutral,
|
||||
},
|
||||
keyframes: {
|
||||
loader: {
|
||||
from: {
|
||||
transform: 'translateX(-100%)'
|
||||
transform: 'translateX(-100%)',
|
||||
},
|
||||
to: {
|
||||
transform: 'translateX(100%)'
|
||||
}
|
||||
}
|
||||
transform: 'translateX(100%)',
|
||||
},
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
loading: 'loader 0.8s infinite ease-in-out'
|
||||
}
|
||||
}
|
||||
loading: 'loader 0.8s infinite ease-in-out',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [animate, aria]
|
||||
plugins: [animate, aria],
|
||||
} satisfies Config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user