Skip to content

Seed Packer - v0.0.11

Latest

Choose a tag to compare

@ItsJonQ ItsJonQ released this 17 Oct 21:53
· 1 commit to master since this release

@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.