All Projects → iFallUpHill → boba

iFallUpHill / boba

Licence: MIT license
A lightweight, modular CSS framework.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to boba

Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+1423.4%)
Mutual labels:  responsive, flexbox, css-framework
Spectre
Spectre.css - A Lightweight, Responsive and Modern CSS Framework
Stars: ✭ 10,938 (+23172.34%)
Mutual labels:  modern, flexbox, css-framework
React Flexa
Responsive React Flexbox (CSS Flexible Box Layout Module) grid system based heavily on the standard CSS API.
Stars: ✭ 120 (+155.32%)
Mutual labels:  responsive, flexbox
Grid
This package has moved and renamed
Stars: ✭ 2,079 (+4323.4%)
Mutual labels:  responsive, flexbox
image-processing-pipeline
An image build orchestrator for the modern web
Stars: ✭ 43 (-8.51%)
Mutual labels:  modern, responsive
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (+119.15%)
Mutual labels:  responsive, css-framework
Tailwindcss
A utility-first CSS framework for rapid UI development.
Stars: ✭ 50,879 (+108153.19%)
Mutual labels:  responsive, css-framework
Bonsai.css
A Utility Complete CSS Framework for less than 45kb (8kB Gzipped) -
Stars: ✭ 254 (+440.43%)
Mutual labels:  responsive, css-framework
Buttercake
Material Design Components, Responsive and Modern CSS Framework Built with Flexbox 🍰
Stars: ✭ 178 (+278.72%)
Mutual labels:  modern, css-framework
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (+140.43%)
Mutual labels:  modern, responsive
Ivory
A modern CSS framework for developing powerful web interfaces faster and easier.
Stars: ✭ 61 (+29.79%)
Mutual labels:  responsive, css-framework
Fluid
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
Stars: ✭ 24 (-48.94%)
Mutual labels:  responsive, css-framework
Beamwind
a collection of packages to compile Tailwind CSS like shorthand syntax into CSS at runtime
Stars: ✭ 32 (-31.91%)
Mutual labels:  responsive, css-framework
Construcao De Paginas Web
Desenvolvimento de páginas semânticas, acessíveis e responsivas. 🚀
Stars: ✭ 113 (+140.43%)
Mutual labels:  responsive, flexbox
Formstone
Library of modular front end components.
Stars: ✭ 823 (+1651.06%)
Mutual labels:  responsive, flexbox
Numl
A UI Design Language, WC UI Library, and Runtime CSS Framework for rapidly building interfaces that follow your Design System 🌈
Stars: ✭ 229 (+387.23%)
Mutual labels:  responsive, css-framework
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (+1180.85%)
Mutual labels:  responsive, flexbox
Flex Layout
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
Stars: ✭ 5,705 (+12038.3%)
Mutual labels:  responsive, flexbox
Legacycss
Legacy CSS - Modern and Lightweight CSS Framework
Stars: ✭ 48 (+2.13%)
Mutual labels:  modern, css-framework
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (+274.47%)
Mutual labels:  modern, responsive

boba

A lightweight, modular, CSS-only design framework.

npm npm CircleCI

Check out our documentation!

What is boba?

boba was born out of frustration with other CSS design frameworks.

  • Lightweight at just ~10KB gzipped
  • Modular; easily add or remove components or classes
  • Semantic class names to speed up development
  • Responsive, flexbox-based grid system
  • Vibrant, fresh color palette
  • No JavaScript

Is boba for you?

Of course it is!

Be it a smaller project or production-scale website, boba has all of the utilities and components that you need to get started quickly and efficiently. In fact, our entire website, including our documentation, is built entirely using boba's built-in classes.

Getting Started

Installation

boba can be installed manually, requested via CDN, or installed via NPM / yarn.

Check out our installation guide for more information.

Browser Support

Boba uses autoprefixer to automatically generate browser-specific prefixes needed to support the latest two versions of each browser.

Browser Supported Version
Internet Explorer 10+
Edge Last 2
Mozilla Firefox Last 2
Google Chrome Last 2
Safari Last 2
Opera Last 2

Although most of boba is compatible with Internet Explorer 10+, some HTML5 / CSS3 features may not be fully supported.

Building boba

You can compile your custom version of boba. Check out our documentation for more information.

git clone 
cd boba
npm install
gulp clean && gulp build --prod

Gulp Commands

  • gulp // Default task is watch
  • gulp watch // Runs a watch task to automatically rebuild files when changes are made
  • gulp clean // Deletes the dist folder
  • gulp build // Builds the dist folder
  • gulp sass // Compiles SASS
  • gulp nunjucks // Renders Nunjucks to HTML (docs only; requires the --docs flag)
  • gulp scripts // Compiles JavaScript files into one bundle (docs only; requires the --docs flag)
  • gulp showcase // Generates the showcase preview images (docs only; requires the --docs flag)

Gulp Parameters

  • --prod // Strips comments, removes sourcemaps, minifies files, builds all variations of CSS; this overrides all of the other parameters
  • --docs // Includes the documentation CSS / nunjuck processes in the build
  • --highlight // Applies syntax highlighting to code blocks in the documentation
  • --rebuildShowcase // Regenerates the showcase screenshots
  • --updateType // Accepts 'major', 'minor', and 'patch' as values; used to specify the documentation version target corresponding to an npm version increment
  • --nomin // Stops minification of files; useful for debugging
  • --buildall // Builds all versions of the framework
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].