Removes `name` property from output source map.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 26 Nov 2014 18:33:21 +0000 (18:33 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commit1284ecf3d80a90e99d2432c86dbadc6b03d3b237
treeb7bfaa9a456d14f8d6c605311cca66a265c13f56
parentf0d9050b411697be1f8ca3950a2a080cf21d101a
Removes `name` property from output source map.

* Per discussion with Luke Page (see #125) it is used in case of shortened variables
  so probably useless when it comes to CSS.
lib/selectors/source-map-stringifier.js
test/binary-test.js
test/source-map-test.js