boatless
boatless is an open-source LESS CSS starter toolkit for web integrators. It provides utility classes, mixins, a grid system, and typography helpers to kickstart any web project using LESS.
Installation
npm install boatless --save-dev
Usage
Import boatless at the top of your main LESS file:
@import "~boatless";
This imports boat.less which loads all partials automatically.
What's included
| Module | Description |
|---|---|
| Variables | Breakpoint variables and responsive helpers |
| Mixins → Effects | Border-radius, shadows, transitions, transforms, gradients |
| Mixins → Layout | Flex, grid, column, layout helpers |
| Mixins → Typography | Font stack mixin |
| Mixins → Forms | Placeholder styling |
| Grid System | .gcols grid classes with responsive modifiers |
| Helpers | Margin-bottom utilities, hide/show classes, spacing |
Requirements
License
GNU GPL v3.0 — source on GitHub