Skip to main content

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

ModuleDescription
VariablesBreakpoint variables and responsive helpers
Mixins → EffectsBorder-radius, shadows, transitions, transforms, gradients
Mixins → LayoutFlex, grid, column, layout helpers
Mixins → TypographyFont stack mixin
Mixins → FormsPlaceholder styling
Grid System.gcols grid classes with responsive modifiers
HelpersMargin-bottom utilities, hide/show classes, spacing

Requirements

License

GNU GPL v3.0 — source on GitHub