Snippets
CSS / SASS — Snippets
CSS Child Selectors
Learn 5 CSS selectors for styling child elements — descendant, direct child, adjacent sibling, attribute, and state-based selectors with beginner-friendly examples.
Automatic Transition Wrapper
Stop writing transition: all 0.3s ease-in-out on every hover. Use a mixin that defaults to your brand's specific timing and easing curves.
Fluid Scale Mixin
This mixin automates the math. You just tell it which "level" of the scale you want, and it handles the rest.