A lightweight CSS library containing only Bootstrap's responsive grid and utility classes, without any extra styles or JavaScript.
Bootstrap-Grid-Only is a lightweight CSS library that extracts only the responsive grid system and utility classes from Bootstrap, omitting all other styles and JavaScript. It solves the problem of Bootstrap's bloat by providing a minimal, customizable foundation for building flexible layouts while allowing complete design freedom.
Frontend developers and designers who need Bootstrap's grid structure but want to avoid its default styling, especially those working with custom design systems or integrating with platforms like Drupal that use LessPHP.
Developers choose Bootstrap-Grid-Only for its extreme lightweight approach, offering total control over class naming and styling without the overhead of full Bootstrap, while maintaining compatibility with LessPHP for server-side compilation.
Bootstrap's grid and responsive utility classes only, without any extras. Lightweight yet still powerful. Style to taste. Works with LessPHP.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Strips away all Bootstrap styling and JavaScript, providing only the responsive grid and utility classes, which reduces bloat and allows complete design freedom, as emphasized in the philosophy.
Includes precompiled stylesheets for 12, 24, 30, and 100-column grids with adjustable gutter widths, enabling granular layout control and semantic naming similar to Unsemantic.
Comes with a LESS file containing variables for grid columns, gutter width, and breakpoints, making it easy to tailor the grid and compile server-side with LessPHP, as noted in the instructions.
Designed to avoid LESS extends, allowing seamless integration with Drupal and other platforms that use LessPHP for server-side compilation, a key reason for its creation.
Based on Bootstrap 3.2.0, which lacks modern features like flexbox grids and improvements from Bootstrap 4 and 5, potentially hindering adoption in current projects.
Excludes all styles, JavaScript, and CSS resets, requiring developers to build everything from scratch, which can increase initial setup time and effort.
As a stripped-down version, it doesn't leverage the broader Bootstrap ecosystem, such as themes or community plugins, limiting out-of-the-box functionality.
Primarily relies on LESS for customization, which may not align with teams using SASS, PostCSS, or other modern CSS preprocessors, adding complexity for some workflows.