oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Add Unholy Albatross mixin #83

Open robsonsobral opened 3 years ago

robsonsobral commented 3 years ago

Original report by sobral (Bitbucket: sobral, GitHub: robsonsobral).


@mixin unholy-albatross($breakpoint) {
  min-width: clamp(0px, ($breakpoint - 100%) * 999, 100%);
}