Loading...
Loading...
Frontend UI/UX design for websites and web apps. Handles page layouts, component design, responsive design, animations, and accessibility. Uses RazorVision brand guidelines by default (Light Blue
npx skill4agent add tuckerandrew21/eft-tracker frontend-design~/.claude/RAZORVISION_DOCS.md#000000#ffffff#0a0a0a#f5f5f5~/.claude/RAZORVISION_DOCS.md~/.claude/rv-assets//* Mobile first */
@media (min-width: 640px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 1024px) { /* lg */ }
@media (min-width: 1280px) { /* xl */ }:root {
--color-primary: #43B6E7;
--color-text: #393939;
--color-bg: #F5F5F5;
--font-family: 'Raleway', sans-serif;
}.element {
transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
.element { transition: none; }
}