at-import / SassyLists

MIT License
276 stars 27 forks source link

Include pop / shift #46

Open Undistraction opened 10 years ago

Undistraction commented 10 years ago

Would be nice to have functions to remove the first / last items in a list; sl-pop and sl-shift. I know it's easy enough to do with what already exists, but would be cleaner. Could also add sl-unpop / sl-unshift.

KittyGiraudel commented 10 years ago

Would be interesting.