00Boobs00 commited on
Commit
4faafe5
·
verified ·
1 Parent(s): 43c3c8b

Upload tailwind.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. tailwind.config.js +3 -0
tailwind.config.js CHANGED
@@ -13,6 +13,9 @@ module.exports = {
13
  700: '#334155',
14
  accent: '#38bdf8',
15
  }
 
 
 
16
  }
17
  },
18
  },
 
13
  700: '#334155',
14
  accent: '#38bdf8',
15
  }
16
+ },
17
+ animation: {
18
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
19
  }
20
  },
21
  },