All Projects β†’ johannschopplich β†’ buldy

johannschopplich / buldy

Licence: MIT license
🎈 Modern CSS framework distilled from the best of larger frameworks

Programming Languages

SCSS
7915 projects

Projects that are alternatives of or similar to buldy

Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+3877.78%)
Mutual labels:  css-framework, css-grid
Beauter
A simple framework for faster and beautiful responsive sites
Stars: ✭ 117 (+550%)
Mutual labels:  css-framework, css-grid
The Flex Grid
The Flex Grid is a responsive CSS flexbox grid. Because we can!
Stars: ✭ 45 (+150%)
Mutual labels:  css-framework, css-grid
Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+19077.78%)
Mutual labels:  css-framework, css-grid
PotatoCSS
πŸ₯” Simple CSS framework for hackers. Simple as potato.
Stars: ✭ 53 (+194.44%)
Mutual labels:  css-framework, css-grid
Smart Css Grid
SMART CSS GRID - CSS Framework
Stars: ✭ 291 (+1516.67%)
Mutual labels:  css-framework, css-grid
Infinity Css Grid
Fluid Flex Solution for making infinite grid columns.
Stars: ✭ 112 (+522.22%)
Mutual labels:  css-framework, css-grid
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-27.78%)
Mutual labels:  css-framework, css-grid
Css Mint
Lightweight and simple to use UI Kit. Fully responsive, just 3KB gzipped.
Stars: ✭ 209 (+1061.11%)
Mutual labels:  css-framework, css-grid
Frow
Flexbox Toolkit & Grid
Stars: ✭ 152 (+744.44%)
Mutual labels:  css-framework, css-grid
Front End Frameworks
A collection of best front-end frameworks for faster and easier web development.
Stars: ✭ 2,786 (+15377.78%)
Mutual labels:  css-framework, css-grid
Two-Lines-CSS-Framework
Two Lines CSS Framework
Stars: ✭ 17 (-5.56%)
Mutual labels:  css-framework, css-grid
unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-27.78%)
Mutual labels:  css-framework, css-grid
Must Watch Css
A useful list of must-watch talks about CSS
Stars: ✭ 3,966 (+21933.33%)
Mutual labels:  css-framework, css-grid
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (+216.67%)
Mutual labels:  css-framework, css-grid
Bem Kit
πŸ’„ CSS UI kit with BEM convention and SASS
Stars: ✭ 69 (+283.33%)
Mutual labels:  css-framework, css-grid
Box Css Framework
Box - CSS Framework
Stars: ✭ 138 (+666.67%)
Mutual labels:  css-framework, css-grid
Fluid
Modern, Stylish, Easier and Powerful Css framework for faster and hassle free web development
Stars: ✭ 24 (+33.33%)
Mutual labels:  css-framework, css-grid
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (+261.11%)
Mutual labels:  css-framework, css-grid
basis
A lightweight responsive Stylus/CSS framework based on flexible box.
Stars: ✭ 27 (+50%)
Mutual labels:  css-framework

Logo of Buldy framework

Buldy

Modern CSS framework distilled from the best of larger frameworks


Buldy

Key Features

Built using the tastiest flavours of larger frameworks this minimal CSS framework is a suitable companion and starter point for small web projects as well as big design systems.

  • 🏸  Everything you need to create a solid project
  • πŸ“–  Typography system where all font sizes are intertwined
  • πŸ“οΈ  Powerful responsive spacing system using multipliers of a unit value
  • πŸ—  Easily editable and extendable CSS custom properties
  • 🍱  A handful of elements, components & utilities
  • 🎯  No preprocessor necessary β€” just plug'n'play
  • βœ…  Good Semantics

Introduction

Buldy is a CSS framework. As such, the sole output is a single CSS file: buldy.css

You can use that file out of the box and adapt it to your needs by changing the corresponding colors, typography, spacing and much more CSS custom properties.

Folder Structure β€” What's Included?

Some notes about the folder structure with some additional comments on important files.

Expand folder tree
buldy/scss/
|
|   # Core functions and mixin configuration
β”œβ”€β”€ abstracts/
|   |
|   |   # Breakpoint viewport sizes and functions for responsiveness
|   β”œβ”€β”€ _breakpoints.scss
|   |
|   |   # Functions like fluid type to elegantly scale type and space w/o breakpoints
|   β”œβ”€β”€ _functions.scss
|   |
|   |   # Sass mixins for various components
|   └── _mixins.scss
|
|   # Main stem of the framework
β”œβ”€β”€ base/
|   |
|   |   # Tiny CSS reset that covers the basics, may also be used standalone
|   |   # Built on top of Bootstrap's # [`reboot.scss`](https://github.com/twbs/bootstrap/blob/main/scss/_reboot.scss), Jeremy Thomas' (creator of Bulma) [`minireset.sass`](https://github.com/jgthms/minireset.css/blob/master/minireset.css)
|   |   # and Jonathan Neal's [`sanitize.css`](https://github.com/csstools/sanitize.css/blob/master/sanitize.css)
|   β”œβ”€β”€ resets.scss
|   |
|   |   # Custom properties Fluid type and space scales, semantic color definitions, themes and more
|   β”œβ”€β”€ variables.scss
|   |
|   |   # Scoped theme containers via `[data-theme]` 
|   β”œβ”€β”€ themes.scss
|   |
|   |   # Extends standalone resets with further generic opiniated styles
|   β”œβ”€β”€ generic.scss
|   |
|   |   # Support for `:focus-visible`
|   └── accessibility.scss
|
|   # Design the structure of your webpage with these CSS classes
β”œβ”€β”€ layout/
|   |
|   |   # Simple way to build responsive columns with Flexbox
|   β”œβ”€β”€ columns.scss
|   |
|   |   # Simple container to center content horizontally
|   β”œβ”€β”€ container.scss
|   |
|   |   # Sass port of the [Raster Grid System](https://rsms.me/raster/) by Rasmus Andersson
|   β”œβ”€β”€ raster.scss
|   |
|   |   # Simple container to divide your page into sections 
|   β”œβ”€β”€ section.scss
|   |
|   |   # Let elements flow vertically or horizontally
|   └── stack.scss
|
|   # Essential interface elements that only require a single CSS class
β”œβ”€β”€ components/
|   |
|   |   # Container for fixed or auto-growing responsive embeds
|   β”œβ”€β”€ aspect-ratio.scss
|   |
|   |   # A colored box to contain other elements
|   β”œβ”€β”€ box.scss
|   |
|   |   # Buttons in different colors, sizes, and states
|   β”œβ”€β”€ button.scss
|   |
|   |   # Handle WYSIWYG generated content, where only HTML tags are available
|   β”œβ”€β”€ content.scss
|   |
|   |   # Basic indispensable form controls
|   β”œβ”€β”€ form.scss
|   |
|   |   # Classic modal overlay
|   β”œβ”€β”€ modal.scss
|   |
|   |   # Simple headings to add depth to your page
|   └── title.scss
|
|   # Modular helper classes to handle common layout tasks
β”œβ”€β”€ helpers/
|   |
|   |   # Adds bottom gap to other `.block` elements
|   β”œβ”€β”€ block.scss
|   |
|   |   # Essentials
|   β”œβ”€β”€ miscellaneous.scss
|   |
|   |   # Hide content visually but make it available for screen readers
|   β”œβ”€β”€ screen-reader.scss
|   |
|   |   # Make any element clickable by stretching”a nested link
|   └── stretched-link.scss
|
|   # For faster mobile-friendly and responsive development
|   # Includes utility classes for showing, hiding, aligning, sizing and spacing content
β”œβ”€β”€ utilities/
|   |
|   |   # Runner to create all utility classes from `utilities.scss`
|   β”œβ”€β”€ _api.scss
|   |
|   |   # The utility generator function
|   β”œβ”€β”€ _generator.scss
|   |
|   |   # Editable list to generate utilities programmatically
|   └── utilities.scss
|
|   # Main entry point
└── buldy.scss

How Did We Get Here

Well, yet another framework which seeks to be used? Yes. I used Bulma and Bootstrap heavily over the years – Bulma's class naming syntax was a breeze to work with, although I preferred Bootstraps grid breakpoints. I often found myself removing unwanted stuff from every big framework I worked with (Bulma came as close as it can probably get to be the perfect allrounder).

One influental dev once said that every programmer should develop his own framework. I guess he's right as this is my try. I wanted to use a framework which only includes the essentials a project needs. Everything else should be added per project. Thoroughly searching the interweb didn't brought me closer to what I wished to find.

Then Codyhouse came along and presented the world with a series of articles and shortly after published their own framework. The use of CSS custom properties for a framework blew my mind. Which is pretty common nowadays, even Bootstrap 5 adapts them. But again, some design choices incorporated into the framework weren't my taste. So I used their great ideas and created my own framework.

Improvements and suggestions are always welcome.

Browsers Support

All of the latest and greatest browsers. Including Safari.

Credits

Big shoutout to @CodyHouse and @jgthms for their inspiring frameworks.

License

Code released under the MIT License.

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].