Skip to content
Snippets Groups Projects
Unverified Commit 1040d080 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Minor lint fixes (#4317)

parent 101a1079
No related branches found
No related tags found
1 merge request!110v5.23.0 upstream merge!
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment