Download
Download boodoo to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm.
Compiled CSS and JS
An ready-to-use compressed bundle. No build step required. Everything you need to get started.
Full version:
boodoo.css (~296 KB minified) +
boodoo.js (~56 KB)
Package managers
Pull in boodoo's source files with npm. Requires Node.js and either the npm or yarn CLI.
# Latest stable version
npm install boodoo
Compile Sass / Less
boodoo is authored in Sass (primary) and ships a Less build too. Import the source to compile exactly the CSS you need:
// Sass
@import "node_modules/boodoo/scss/boodoo";
// Less
@import "node_modules/boodoo/less/boodoo";
What's included
The download includes the compiled and minified CSS and JavaScript bundles, plus source Sass and Less.
| Folder | Description |
|---|---|
dist/css/ |
Precompiled stylesheets (boodoo.css, boodoo.min.css, plus
grid/reboot/utilities/animations builds) |
dist/js/ |
Umd bundle (boodoo.js), ESM (boodoo.esm.js) |
scss/ |
Sass source for current library |
less/ |
Less source build |