foundation / motion-ui

💎 The powerful Sass library for creating CSS transitions and animations
https://zurb.com/playground/motion-ui
MIT License
1.15k stars 175 forks source link

fix: revise Meteor "fourseven:scss" compatibility for Meteor>1.4.1 support #125

Closed ncoden closed 6 years ago

ncoden commented 6 years ago

Description

Revise fourseven:scss compatibility to 3.4.1 || 4.0.0 to support older and newer Meteor versions.

Motivation and Context

Foundation supports a large range of versions for fourseven:scss (from v3.4) and Meteor (from v1.2.1). Meteor packages version resolution will use all newer minor and patch versions but not major versions.

As fourseven:scss versions require a particular Meteor versions, the latest releases are considered as incompatible with Motion UI. This pull request ensures that the Motion UI actual compatibility with Meteor and its packages matches the compatibility allowed by Meteor package management.

Related to https://github.com/zurb/foundation-sites/pull/11349