New
Unclaimed project
Are you a maintainer of sass-mediaqueries? Claim this project to take control of your public changelog and roadmap.
Changelog
Media Queries mixins for Sass - fully customizable and very easy to use.
Last updated over 8 years ago
I've added two new mixins:
landscape()portrait()@include landscape { ... }
@include portrait { ... }
It will be compiled to:
@media screen and (orientation: landscape) { ... }
@media screen and (orientation: portrait) { ... }
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
Modern CSS framework based on Flexbox
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Monospaced font family for user interface and coding environments