postcss-import

PostCSS plugin to inline at-import rules content

MIT License

Downloads
51.1M
Stars
1.4K
Committers
36
postcss-import - 7.0.0

Published by MoOx about 9 years ago

  • Removed: compatibility with postcss v4.x
    (#75)
  • Added: compatibility with postcss v5.x
    (#76)
  • Added: lighter package by upgrading some dependencies
    (#73)
postcss-import - 6.1.1

Published by MoOx over 9 years ago

  • Fixed: Prevent mutability issue, round 2
    (#44)
  • Added: plugins option, to run some postcss plugin on imported files
    (#55)
  • Added: bower_components is now part of the default paths
    (#66)
  • Added: async option allow to use enable PostCSS async API usage.
    Note that it's not enabling async fs read yet. It has been added to fix breaking
    change introduced by 6.1.0.
postcss-import - 6.0.0

Published by MoOx over 9 years ago

  • Changed: warnings messages are now using postcss message api (4.1.x)
  • Added: warning when a import statement has not been closed correctly
    (#42)
postcss-import - 5.2.2

Published by MoOx over 9 years ago

  • Fixed: globbed imports work for module directories (#37)
postcss-import - 5.2.1

Published by MoOx over 9 years ago

  • Fixed: glob import now works with single quote @import (#36)
postcss-import - 5.2.0

Published by MoOx over 9 years ago

  • Added: glob pattern are now supported if glob option is set to true (#34)
  • Added: plugin can now be added to PostCSS without calling it as a function (#27)
postcss-import - 5.1.1

Published by MoOx over 9 years ago

  • Fixed: regression of 5.1.0: files which only contain same @import rules were skip (#31)
postcss-import - 5.1.0

Published by MoOx over 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)
postcss-import - 5.0.3

Published by MoOx over 9 years ago

  • Fixed: regression of 5.0.2: AST parent references were not updated (#25)
postcss-import - 5.0.2

Published by MoOx over 9 years ago

  • Fixed: indentation and code style are now preserved (#20)
postcss-import - 5.0.1

Published by MoOx over 9 years ago

  • Fixed: breaking bug with remote stylesheets (#21 & #22)
postcss-import - 5.0.0

Published by MoOx over 9 years ago

  • 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)
Package Rankings
Top 0.85% on Npmjs.org
Top 15.13% on Repo1.maven.org
Badges
Extracted from project README
Build Version postcss compatibility