Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Feedback on project kit

Hey all,

Created repo called alacritous. Will only briefly describe as readme has lots of info. Looking for feedback as to opinions and any tips or advice to improve. You will need SASS to test it.

It has, reset, grid, folder stucture, jquery pre marked up index and included assets.

The main thing i would like feedback on are the Creative Link Effect mixins, fully noted on how to use.

Basically you have 21 mixin effects to choose from with super simple markup example below

CSS

    .fancy a { @extend %hoverPre;   } // Base styles

    .fancy { @include lineSlide(); } // The Effect

HTML

    <nav class="fancy">
        <a href="#">Link</a>
        <a href="#">Link</a>
    </nav>

Thats it. Some of the effects have slightly different ANCHOR markup but all noted in readme