All Projects → Kimeiga → Bahunya

Kimeiga / Bahunya

Licence: mit
10KB classless CSS framework with responsive typography, navbar, syntax highlighting, etc.

Projects that are alternatives of or similar to Bahunya

Box Css Framework
Box - CSS Framework
Stars: ✭ 138 (-18.82%)
Mutual labels:  framework, css-framework, css3
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-13.53%)
Mutual labels:  framework, css-framework, css3
Tacit
CSS Framework for Dummies, Without Classes
Stars: ✭ 1,344 (+690.59%)
Mutual labels:  css-framework, css3
Milligram
A minimalist CSS framework.
Stars: ✭ 9,568 (+5528.24%)
Mutual labels:  framework, css-framework
Materialize
Materialize, a CSS Framework based on Material Design
Stars: ✭ 38,630 (+22623.53%)
Mutual labels:  framework, css-framework
Lemon
🍋 Minimal and responsive CSS framework for fast building websites.
Stars: ✭ 51 (-70%)
Mutual labels:  framework, css-framework
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+617.06%)
Mutual labels:  framework, css3
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (-39.41%)
Mutual labels:  framework, css-framework
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-88.82%)
Mutual labels:  framework, css3
Snack
🍱 A minimal CSS framework for web.
Stars: ✭ 117 (-31.18%)
Mutual labels:  css-framework, css3
Flexy
Flexy is minimal CSS framework made with Flex
Stars: ✭ 114 (-32.94%)
Mutual labels:  framework, css3
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-27.06%)
Mutual labels:  css-framework, css3
Flex One
1 CSS Class Layout System made with Flex
Stars: ✭ 47 (-72.35%)
Mutual labels:  css-framework, css3
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (-74.12%)
Mutual labels:  css-framework, css3
Kanbasu
A lightweight CSS framework written in Sass.
Stars: ✭ 94 (-44.71%)
Mutual labels:  framework, css-framework
Bojler
Bojler is an email framework
Stars: ✭ 885 (+420.59%)
Mutual labels:  framework, css-framework
Aesthetic Css
A vaporwave CSS framework
Stars: ✭ 100 (-41.18%)
Mutual labels:  framework, css-framework
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+360.59%)
Mutual labels:  framework, css-framework
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+428.24%)
Mutual labels:  tiny, small
Petal
A modern, light CSS UI framework by Shakr
Stars: ✭ 113 (-33.53%)
Mutual labels:  framework, css-framework

bahunya logo

Bahunya

10KB classless CSS framework with responsive typography, navbar, syntax highlighting, and much more!

To use:

Just include the following in your head

<link rel="stylesheet" href="https://cdn.rawgit.com/kimeiga/bahunya/css/bahunya-0.1.3.css" />

Visit the website for instructions on activating the navbar and syntax highlighting.

If you have semantically correct html, it should just work! No CSS classes needed :).

To develop locally:

npm start

(which runs parcel index.html)

It will be available at localhost:1234

To build:

npm run build

(which runs parcel build index.html --out-dir docs --public-url ./)

Branches

Development is taking place on the master branch. Github Pages website is being served from the docs folder on the master branch for convenience. Minified CSS files for importing are hosted on the css branch and served with RawGit.

Mini Post-mortem

I wrote about this framework in the DevX publication on Medium!

https://medium.com/ucladevx/i-created-a-10kb-classless-css-framework-5d5eff56837d

If you are a computer science student at UCLA looking for a collection software team to hone your skills on a real-world project, feel free to apply!

http://ucladevx.com/

Thanks

Huge thanks to Yegor Bugayenko and Filipe Freire for creating Tacit, a fantastic classless CSS framework that inspired this project. I felt that Tacit was good, but I wanted responsive typography, vertical rhythm, a navbar, better web safe fonts, dark color theme, code syntax highlighting, and more. So I made Bahunya!

Tacit version 1.3.2 is 6kb, and Bahunya is 10kb, so I've only added 4kb for all these other features!

Thanks to Morris Fuller Benton for designing Century Schoolbook in 1919, Bahunya's beautiful web-safe serif headings font.

Thanks to Eric Gill for creating Gill Sans in 1926, Bahunya's elegant web-safe sans-serif body font.

Thanks to Luc(as) de Groot for designing Consolas around 2006, Bahunya's legible monospace font.

All fonts have fallbacks for Windows/Mac/Linux font diversion.

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