feat: other fields taken from template data

This commit is contained in:
efim
2023-10-04 08:32:43 +00:00
parent 2769f5e8dc
commit f4ab1ac7ec
3 changed files with 28 additions and 14 deletions

View File

@@ -646,6 +646,10 @@ video {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-50\% {
--tw-gradient-from-position: 50%;
}
.to-light-slate-blue {
--tw-gradient-to: hsl(252, 100%, 67%) var(--tw-gradient-to-position);
}