Skip to content

Releases: helpscout/seed-reset

Seed Reset - v0.1.4

Choose a tag to compare

@ItsJonQ ItsJonQ released this 26 May 17:21

Update

Important!

This fixes the bug introduced in v0.1.3, which accidentally commented out the import path in index.js.

Please use v0.1.4 instead of v0.1.3.!

Seed Reset - v0.1.3

Choose a tag to compare

@ItsJonQ ItsJonQ released this 26 May 17:22

Skip this release!!

A bug was accidentally introduced in this version which causes seed-reset to not import properly.

Seed Reset - v0.1.0

Choose a tag to compare

@ItsJonQ ItsJonQ released this 13 Jul 18:05

Important note for Packs!

The previous pack structure had a namespace issue that could potentially prevent the importing of .scss files of the same name.

This update fixes that issue, and renames the __all.scss main file to __index.scss.

The new @import method will be like:

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

The scheme works like:
pack -> Namespace to identify that this is a seed pack
seed-salad -> The name of the seed pack
_index -> The file(s) to import

Example of new naming scheme for importing mixins (of the same name) files from multiple packs:

@import "pack/seed-hamburger/mixins/sauces";
@import "pack/seed-pizza/mixins/sauces";
@import "pack/seed-hotdog/mixins/sauces";

See https://github.com/helpscout/seed-cli/releases/tag/0.2.0