Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / src / vendor
  ..
  glamor
  postcss
  postcss-nested
  postcss-safe-parser
  README.md
Size: Mime:

Vendored postcss source as of 31ae472 (latest release 5.2.0)

Vendored postcss-nested source as of e709092

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