Skip to content

Commit b5ff218

Browse files
committed
Import animate CSS
1 parent 43490a7 commit b5ff218

File tree

3 files changed

+93
-85
lines changed

3 files changed

+93
-85
lines changed

public/css/app.css

Lines changed: 84 additions & 85 deletions
Large diffs are not rendered by default.

resources/css/animate.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/css/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@tailwind base;
22
@tailwind components;
33

4+
@import "animate.min.css";
5+
46
@layer components {
57
.button {
68
@apply text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800;

0 commit comments

Comments
 (0)