react-ionicons
Version:
A React SVG ionicon component
10 lines (6 loc) • 741 B
Markdown
Vendored postcss source as of [31ae472](https://github.com/postcss/postcss/tree/31ae4724afbc02e103711fec6517ba485177d827) (latest release 5.2.0)
Vendored postcss-nested source as of [e709092](https://github.com/postcss/postcss-nested/tree/e7090926839cf916f6a24c3ad4079c1206d93b2d)
Then hacked things around:
* Deleted `previous-map.js` and all references to it because it `require('fs')`ed
* Deleted reference to `postcss` within `postcss-nested` & simply exported the transform function
* Replaced nested `require` statements with `import` declarations for the sake of a leaner bundle. This entails adding empty imports to three files to guarantee correct ordering – see https://github.com/styled-components/styled-components/pull/100