Infrastructure: Implement master/dev/vX branching, save git path, and fix username casing
This commit is contained in:
@@ -15,6 +15,16 @@ const config: Config = {
|
||||
foreground: "#ffffff",
|
||||
},
|
||||
},
|
||||
keyframes: {
|
||||
scan: {
|
||||
'0%, 100%': { top: '0%' },
|
||||
'50%': { top: '100%' },
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
'scan-fast': 'scan 2.5s ease-in-out infinite',
|
||||
'spin-slow': 'spin 3s linear infinite',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user