Skip to content

Releases: meduzen/--media.scss

--1

09 Sep 22:42
Compare
Choose a tag to compare

Add forced-colors
Add CHANGELOG

Breaking: v1.0.0 is now the default version and v0.8.0 can be pulled by running npm install double-dash.scss@0.

--dart-sass

20 Jul 21:03
Compare
Choose a tag to compare
--dart-sass Pre-release
Pre-release

Add support for Dart SASS (#15).

Nintendo Switch:

  • add a custom media query for the Nintendo Switch OLED;
  • fix the Nintendo Switch custom media query.

Remove unneeded space from media features. (8842e23)

Breaking: remove support for node-sass.

--long-time-no-see

21 Jul 03:56
Compare
Choose a tag to compare

--ship-less-files

29 Dec 21:55
Compare
Choose a tag to compare

Fix EditorConfig and remove it from shipped files (8f48d7d).

--debug

15 Nov 19:36
Compare
Choose a tag to compare

Add debug mode to output generated custom media queries in the CLI (#6).

--fix-unparsable-ratios

11 Jan 19:44
Compare
Choose a tag to compare

Fix ratios media queries generating unparsable media features. (#9)

--null-prefix

19 Jul 21:06
Compare
Choose a tag to compare

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

07 Jul 06:28
Compare
Choose a tag to compare

Remove the currently writing mention at the top of README.md.

--digestible-doc

06 Jul 22:11
Compare
Choose a tag to compare
--digestible-doc Pre-release
Pre-release

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

29 Apr 00:37
Compare
Choose a tag to compare
Pre-release

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.