Releases: meduzen/--media.scss
Releases · meduzen/--media.scss
--1
--dart-sass
--long-time-no-see
--ship-less-files
Fix EditorConfig and remove it from shipped files (8f48d7d).
--debug
--fix-unparsable-ratios
Fix ratios media queries generating unparsable media features. (#9)
--null-prefix
Add Nintendo Switch Lite resolution.
Breaking:
- Sizes mixins: prefix removed (it is now
null
by default) for custom media queries generated by the following mixins:--w-is
,--w-to
,--h-is
,--h-to
. No changes for the all-round mixins (--w
and--h
).
--not-currently-writing-anymore
Remove the currently writing mention at the top of README.md
.
--digestible-doc
Make the documentation more readable by splitting it into several topics.
Add undocumented mixins for media queries types.
Add --play
and --stop
aliases for prefers-reduced-motion
.
Fix missing parameter in --m()
mixin.
--document-and-pointers
Add pointers variables.
Start documentation:
- media queries levels 4 and 5 spec awareness;
- Double Dash first look;
- document some common custom media queries.
Add some aliases.
Breaking:
--ratio-from-[name]
and--ratio-to-[name]
don’t include the ratio value anymore.