Skip to content

Commit

Permalink
Minor lint fixes (#4317)
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo authored Jan 3, 2025
1 parent 101a107 commit 1040d08
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions hypha/static_src/tailwind/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
@import "tailwindcss/utilities";

@layer utilities {
.border-stripe {
border-image: repeating-linear-gradient(
-55deg,
#000 0px,
#000 20px,
#ffb101 20px,
#ffb101 40px
)
10;
}
.border-stripe {
border-image: repeating-linear-gradient(
-55deg,
#000 0px,
#000 20px,
#ffb101 20px,
#ffb101 40px
)
10;
}
}

0 comments on commit 1040d08

Please sign in to comment.