style: eslint changes
This commit is contained in:
parent
37a31e30c7
commit
2f02ccc362
2 changed files with 114 additions and 117 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue