Skip to content

Releases: postcss/postcss-media-minmax

5.0.0

Choose a tag to compare

@yisibl yisibl released this 13 Jan 02:31

Support PostCSS 8

3.0.0

Choose a tag to compare

@MoOx MoOx released this 11 May 04:28

Change: Use PostCSS 6 API.

V 2.1.2

Choose a tag to compare

@yisibl yisibl released this 01 Apr 03:25

Fix: incorrect output when using both > and >= (or similar).(#12) (by @hudochenkov)

V 2.0.0

Choose a tag to compare

@yisibl yisibl released this 05 Sep 07:44

Use PostCSS 5.0 API(by @avanes).

V 1.2.0

Choose a tag to compare

@yisibl yisibl released this 06 Jul 11:26

Use PostCSS 4.1 plugin API.(by @ai )

1.1.0

Choose a tag to compare

@yisibl yisibl released this 15 Dec 03:44

Add ( 300px <= width <= 900px) or ( 900px >= width >= 300px) syntax.