s1
This commit is contained in:
@@ -5,6 +5,20 @@ module.exports = {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts}'],
|
||||
theme: {
|
||||
extend: {
|
||||
animation: {
|
||||
marquee: 'marquee 50s linear infinite',
|
||||
marquee2: 'marquee2 25s linear infinite',
|
||||
},
|
||||
keyframes: {
|
||||
marquee: {
|
||||
'0%': { transform: 'translateX(0%)' },
|
||||
'100%': { transform: 'translateX(-40%)' },
|
||||
},
|
||||
marquee2: {
|
||||
'0%': { transform: 'translateX(100%)' },
|
||||
'100%': { transform: 'translateX(0%)' },
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Inter var"', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user