Skip to content

Commit

Permalink
feat: add workplace ticker (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemoteRabbit authored Nov 8, 2024
1 parent 7835e8b commit b24396a
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 102 deletions.
9 changes: 9 additions & 0 deletions assets/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ module.exports = {
],
theme: {
extend: {
animation: {
'infinite-scroll': 'infinite-scroll 25s linear infinite',
},
keyframes: {
'infinite-scroll': {
from: { transform: 'translateX(0)' },
to: { transform: 'translateX(-100%)' },
}
},
colors: {
"charcoal": {
DEFAULT: "#394053",
Expand Down
Loading

0 comments on commit b24396a

Please sign in to comment.