Seed Breakpoints - v0.1.0
Changes
- Removes the
breakpoint-all-mapmixin (which did very little) - adds seed-props as a dependency to gain access to
prop-mapmixin - creates
breakpoint-prop-map, which combines the functionality ofbreakpoint-allandprop-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 :).