layouts
This commit is contained in:
parent
597304e3e3
commit
a2a4c9534d
3 changed files with 81 additions and 49 deletions
|
|
@ -5,4 +5,21 @@ export default {
|
|||
defaultFlavour: 'mocha',
|
||||
prefix: 'ctp',
|
||||
})],
|
||||
theme: {
|
||||
extend: {
|
||||
backgroundImage: {
|
||||
'-gradient-6': 'linear-gradient(-6deg, var(--tw-gradient-stops))'
|
||||
},
|
||||
animation: {
|
||||
'scrolling-text-to-l': 'scroll 5s linear infinite',
|
||||
'scrolling-text-to-r': 'scroll 5s linear infinite reverse',
|
||||
},
|
||||
keyframes: {
|
||||
scroll: {
|
||||
'0%': { transform: 'translateX(-100%)' },
|
||||
'100%': { transform: 'translateX(100%)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue