Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shift seems to have been changed to move #522

Open
Deester4x4jr opened this issue Jan 26, 2017 · 1 comment
Open

shift seems to have been changed to move #522

Deester4x4jr opened this issue Jan 26, 2017 · 1 comment

Comments

@Deester4x4jr
Copy link

Just noticing, as I recently installed jeet with npm... looks like shift has been renamed move? Didn't find it anywhere on the website, so I was a little puzzled when I kept trying to shift columns and was getting nowhere.

Maybe some documentation is in order? Your grid system is awesome, and I think documentation would really help adoption. I did find this, but it seems a bit outdated (mainly because of the shift/move thingy): https://www.sitepoint.com/super-fast-responsive-layouts-jeet/

Thanks for all the hard work thus far!

-Josh-

@alinchican
Copy link

It is documented in the migration guide. Check out the README.

shift() and unshift() have been renamed to move() and unmove() to prevent potential clashes with Stylus built-in shift() function

Go through projects and rename shift() and unshift() to move() and unmove().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants