Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
/ less-utilities Public archive

A collection of utilities and mixins to speed up development with LESS. Include it as a Framework from within CodeKit for use with my other projects.

Notifications You must be signed in to change notification settings

richmilns/less-utilities

Repository files navigation

less-utilities

A collection of useful mixins and libraries that can be installed as a CodeKit Framework for easy inclusion in your local projects

I use these utilities in some of my other projects here on GitHub, so if you get a LESS compilation error in one of those, this is the place to look first :)

Getting Started

The easiest way to get started is to view CodeKit's Framework settings and then add this as a new framework.

Then from your project's LESS you can simply:

// required imports
@import 'less-utilities';
// optional imports
@import 'normalize';
@import 'lesshat3';
@import 'remixins';

What is included?

At heart, LESS Utilities is a small mixin library for LESS which includes mixins for the following (with vendor prefixes where required):

  • Clearing and floating
  • Assisting with layouts (min-height, centering elements, removing outlines, display:inline-block)
  • Styling text elements (hiding text, removing font smoothing, disabling mobile font sizing)

The idea was to provide utilities that complemented many of the existing CSS3 mixin libraries to speed up development.

This project also includes the following third-party code for easy and quick inclusion in your project (credit to all authors):

About

A collection of utilities and mixins to speed up development with LESS. Include it as a Framework from within CodeKit for use with my other projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages