Anchor Less is a collection of less Mixins, Helpers and Variables. These enables you to create blocks of reusable css, avoiding duplication of code and making it maintenable.
Features
- The most extensive Less mixins library.
- Easy to integrate with less-based frameworks.
- Responsive mixins (mobile-first)
- Faster performance (Less.js powered).
- A single 'anchor.less' file, no dependencies required.
Mixins
- .align( top, right, bottom, left );
- .background( color, image, position, size repeat, origin, clip, attachment );
- .color( text, background, border );
- .text( align, indent, transform );
- .rounded( top-left, top-right, bottom-right, bottom-left );
- .size( width, height );
- .shadow( spread, color, alpha );