bigbite / macy.js

http://macyjs.com/
MIT License
1.3k stars 156 forks source link

Mobile first breakAt option #30

Closed AshboDev closed 6 years ago

AshboDev commented 7 years ago

Hi there,

Just curious...

Is there a way to make the breakAt option use >= instead of <=? We're in a world of mobile first development, and it would make sense for everything to be >=.

Perhaps an option along the lines of mobileFirst with the default value being false (<=) and true (>=) ?

Just a thought...

jongc commented 6 years ago

This would be great! Please support this instead.

jrmd commented 6 years ago

Once its released on npm this feature will be available as you described.

mobileFirst: true will enable it, i will update this issue when its deployed to npm