Socket
Socket
Sign inDemoInstall

postcss-import

Package Overview
Dependencies
17
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12346Next

5.0.2

Diff

Changelog

Source

5.0.2 - 2015-02-14

  • Fixed: indentation and code style are now preserved (#20)
moox
published 5.0.1 •

Changelog

Source

5.0.1 - 2015-02-13

  • Fixed: breaking bug with remote stylesheets (#21 & #22)
moox
published 5.0.0 •

Changelog

Source

5.0.0 - 2015-01-26

  • Added: compatibility with postcss v4.x
  • Removed: compatibility with postcss v3.x
  • Fixed: relative imports (./ and ../) should work using path option only (no need for from) (#14)
moox
published 4.1.1 •

Changelog

Source

4.1.1 - 2015-01-05

  • Fixed: irregular whitespace that throw syntax error in some environnements
moox
published 4.1.0 •

Changelog

Source

4.1.0 - 2014-12-12

  • Added: web_modules is now in module directories that are used to resolve @import (#13).
moox
published 4.0.0 •

Changelog

Source

4.0.0 - 2014-12-11

  • Added: windows compatibility (by building on AppVeyor)
  • Added: root option
moox
published 3.2.0 •

Changelog

Source

3.2.0 - 2014-11-24

  • Added: onImport callback offers a way to get list of imported files (ref)
moox
published 3.1.0 •

Changelog

Source

3.1.0 - 2014-11-24

  • Added: ability to consume local modules (fix #12)
moox
published 3.0.0 •

Changelog

Source

3.0.0 - 2014-11-21

  • Added: ability to consume node modules (ref). This means you don't have to add node_modules in the path anymore (or using @import "../node_modules/..."). Also, index.css can be ommited.

This means something like this

@import "../node_modules/my-css-on-npm/index.css";

can be written like this

@import "my-css-on-npm";

Dependencies of dependencies should be resolved as well.

Note that npm resolution is done after the default local behavior.

  • Changed: When importing a file multiple times in the same scope (same level of media queries), file will only be imported the first time. This is done to avoid having multiples outputs of a npm dep used multiples times in different modules.
moox
published 2.0.0 •

Changelog

Source

2.0.0 - 2014-11-12

  • Added: compatibility with postcss v3.x
  • Removed: compatibility with postcss v2.x
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc