# boodoo Framework — LLM Summary & Documentation Index > boodoo is a modular, mobile-first, responsive CSS design framework inspired by Bootstrap, Foundation, Tailwind CSS, and Material Design. It ships as Sass/LESS source, compiled CSS, vanilla JS components, and an npm package with a CDN-ready build. ## Project Details - Website: https://boodoo.dihadiwala.com - License: MIT - Author: Pebble Benders - Architecture: Sass/LESS modular architecture, BEM class syntax, Flexbox & CSS Grid systems, Vanilla JS components with zero external runtime dependencies. ## CDN Links - Combined CSS Bundle: `https://boodoo.dihadiwala.com/dist/css/boodoo.min.css` - JavaScript Component Library: `https://boodoo.dihadiwala.com/dist/js/boodoo.min.js` - Flexbox Grid Bundle: `https://boodoo.dihadiwala.com/dist/css/boodoo-grid.min.css` - Reboot/Reset Base CSS: `https://boodoo.dihadiwala.com/dist/css/boodoo-reboot.min.css` - Utility Classes CSS: `https://boodoo.dihadiwala.com/dist/css/boodoo-utilities.min.css` - CSS Micro-Animations: `https://boodoo.dihadiwala.com/dist/css/boodoo-animations.min.css` ## Documentation Pages Index ### Getting Started - [Introduction](https://boodoo.dihadiwala.com/docs/getting-started/introduction.html): Overview, core philosophy, and setup basics. - [Download](https://boodoo.dihadiwala.com/docs/getting-started/download.html): Downloads for compiled assets and source packages. - [What's Included](https://boodoo.dihadiwala.com/docs/getting-started/contents.html): Directory breakdown of compiled dist and source files. - [Usage & CDN](https://boodoo.dihadiwala.com/docs/getting-started/usage.html): Including boodoo via CDN scripts and links. - [NPM Installation](https://boodoo.dihadiwala.com/docs/getting-started/npm.html): Installing and referencing boodoo in Node projects. - [Sass Customization](https://boodoo.dihadiwala.com/docs/getting-started/sass.html): Overriding Sass variables, maps, and compiling. - [Less Customization](https://boodoo.dihadiwala.com/docs/getting-started/less.html): Overriding Less variables and compiling. - [Starter Template](https://boodoo.dihadiwala.com/docs/getting-started/starter.html): Ready-to-use HTML template structure. - [Browser Support](https://boodoo.dihadiwala.com/docs/getting-started/browser-support.html): Supported browsers and target compatibility. - [Accessibility](https://boodoo.dihadiwala.com/docs/getting-started/accessibility.html): ARIA attributes, keyboard focus management, and WCAG compliance. ### Layout & Grid System - [Containers](https://boodoo.dihadiwala.com/docs/layout/containers.html): Fixed and responsive container wrappers (`.container`, `.container-fluid`). - [Grid System](https://boodoo.dihadiwala.com/docs/layout/grid.html): 12-column flexbox grid system (`.row`, `.col-*`). - [Columns](https://boodoo.dihadiwala.com/docs/layout/columns.html): Alignment, ordering, offsets, and nesting. - [Gutters](https://boodoo.dihadiwala.com/docs/layout/gutters.html): Horizontal and vertical spacing between columns (`.g-*`, `.gx-*`, `.gy-*`). - [CSS Grid](https://boodoo.dihadiwala.com/docs/layout/css-grid.html): Native CSS Grid layout helpers (`.grid`, `.g-col-*`). - [Breakpoints](https://boodoo.dihadiwala.com/docs/layout/breakpoints.html): Media query ranges (`sm`, `md`, `lg`, `xl`, `xxl`). ### Content & Typography - [Typography](https://boodoo.dihadiwala.com/docs/content/typography.html): Headings, body copy, lead text, blockquotes, inline text styles. - [Images](https://boodoo.dihadiwala.com/docs/content/images.html): Responsive images (`.img-fluid`), thumbnails, and alignment. - [Tables](https://boodoo.dihadiwala.com/docs/content/tables.html): Striped, bordered, hoverable, and responsive tables. - [Figures](https://boodoo.dihadiwala.com/docs/content/figures.html): Captioned images and media figure elements. ### Form Components - [Overview](https://boodoo.dihadiwala.com/docs/forms/overview.html): Form layout and structure principles. - [Form Control](https://boodoo.dihadiwala.com/docs/forms/form-control.html): Text inputs, textareas, file inputs, and sizing. - [Select](https://boodoo.dihadiwala.com/docs/forms/select.html): Custom styled native `