Skip to content

Releases: helpscout/seed-packer

Seed Packer - v0.0.11

17 Oct 21:53

Choose a tag to compare

@seedcss imports: Fix names

This update fixes the @import path for @seedcss based packs.

Before:

@import "pack/@seedcss/seed-reset/_index";

After:

@import "pack/seed-reset/_index";

Also refactored the main index.js file with ES6 const/let vs. var.