Skip to content
Snippets Groups Projects
Commit 60c87785 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add tw-bg-stripes utility

parent 59f46dd6
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,20 @@ thead .fc-day-selected:hover {
.tw-grid-area-cover {
grid-area: 1 / -1 / 1 / -1;
}
.tw-bg-stripes {
--tw-stripes-color: theme('colors.rose.400');
background-image: linear-gradient(
135deg,
var(--tw-stripes-color) 10%,
transparent 10%,
transparent 50%,
var(--tw-stripes-color) 50%,
var(--tw-stripes-color) 60%,
transparent 60%,
transparent 100%
);
}
}
@layer components {
......
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