Skip to content

kaiserrrrrr/blossom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blossom

A lush, classless, and fully semantic CSS framework. An evolution of sakura with a focus on modern semantics and fluid design.

Why Blossom?

blossom builds upon the minimalist philosophy of sakura but adds modern refinements for a more "lush" reading experience:

  • Lightweight: Under 20KB . It loads almost instantly, ensuring your site is lightning-fast even on slow connections.
  • Fully Responsive: Uses CSS clamp() to scale text smoothly between devices—no more rigid breakpoints.
  • Fully Semantic: Custom styling for all non-deprecated and non-experimental tags like <nav>, <details>, <aside>, <progress>, and <mark>.
  • Automatic Dark Mode: Built-in support for prefers-color-scheme using high-contrast CSS variables.

Installation

CDN (recommended):

  1. Simply add this in your <head> tag:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kaiserrrrrr/blossom/src/blossom.min.css" type="text/css">

Manually:

  1. Download the file:

    wget "https://cdn.jsdelivr.net/gh/kaiserrrrrr/blossom/src/blossom.min.css"

    OR download directly: blossom

  2. Link it from HTML:

    <link rel="stylesheet" href="blossom.min.css" type="text/css">

Browsers supported

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
IE11, Edge last 68 versions last 65 versions last 6 versions last 6 versions last 16 versions last 60 versions

License

© Blossom 2026. Code released under the GNU General Public License v3.0. It contains components originally developed by Mitesh Shah which were released under the MIT license

Releases

No releases published

Packages

 
 
 

Contributors