Skip to content

Releases: simonsmith/postcss-at2x

5.0.1

14 Feb 10:58
Compare
Choose a tag to compare
  • Move Babel CLI to development dependencies

5.0.0

23 Oct 10:17
Compare
Choose a tag to compare
  • Add support for PostCSS 8

4.0.3

04 Dec 15:00
Compare
Choose a tag to compare
  • Fix incorrect retina rule order

4.0.2

13 Jul 08:30
Compare
Choose a tag to compare
  • Prevent rewire being added to built version of the module

4.0.1

06 Jul 16:39
Compare
Choose a tag to compare

Fix non-image values appearing in background declaration - #20

4.0.0

06 Jul 09:13
Compare
Choose a tag to compare
  • Fix issue where responsive styles are overridden #17
  • Upgrade PostCSS to 6.x (drops support for Node 0.12)
  • Update other dependencies and add some more unit tests

3.2.0

20 Apr 18:51
Compare
Choose a tag to compare
  • Add skipMissingRetina option #15
  • Handle missing retina images and output a warning #16

3.1.0

03 Apr 12:55
Compare
Choose a tag to compare
  • Add resolveImagePath option - doc

3.0.0

23 Feb 19:50
Compare
Choose a tag to compare
  • Add detectImageSize which allows background-size for retina images to be automatically detected from the non-retina version.
  • Switch to async API
  • Remove vendor prefixes in media queries. These should be handled by autoprefixer.

2.0.2

05 Feb 09:48
Compare
Choose a tag to compare
  • Fix issue where consuming the module as CommonJS failed.