yarn postcss-import 5.1.0

latest releases: 16.1.0, 16.0.1, 16.0.0...
9 years ago
  • Added: files with the same content will only be imported once. Previously, only the full path was used to determine if a file has already been imported in a given scope.
    Now, we also test create a hash with the content of the file to check if a file with the same content has not already been imported.
    This might be usefull if some modules you import are importing the same library from different places (eg: normalize might be as dep for several modules located in different places in node_modules)
    (#29)

Don't miss a new postcss-import release

NewReleases is sending notifications on new releases.