UNPKG

css-preflight

Version:

CSS browser reset based on Tailwind's preflight, with optional enhancements.

15 lines (12 loc) 197 B
/* Adds smooth scrolling when a user is navigated to an anchor on a page. */ :root { scroll-behavior: smooth; } @media (prefers-reduced-motion) { :root { scroll-behavior: auto; } }