UNPKG

postcss-at2x

Version:

Adds at-2x keyword to background and background-image declarations to add retina support for images.

20 lines 253 B
{ "presets": [ ["env", { "targets": { "node": 4 } }] ], "env": { "development": { "plugins": ["rewire"] }, "test": { "plugins": ["rewire"] } }, "plugins": [ "add-module-exports" ] }