Skip to content

Seed Breakpoints - v0.1.0

Choose a tag to compare

@ItsJonQ ItsJonQ released this 07 Jul 21:14
· 41 commits to master since this release

Changes

  • Removes the breakpoint-all-map mixin (which did very little)
  • adds seed-props as a dependency to gain access to prop-map mixin
  • creates breakpoint-prop-map, which combines the functionality of breakpoint-all and prop-map

Important

This release adds seed-props as a dependency. Prior to this, seed-breakpoints had zero dependencies. This might break implementations of seed-breakpoint, specifically with the includePaths option for node-sass.

If an issue occurs, you might have to adjust your includePath array. sass-pathfinder is a quick/easy way to help resolve issues :).