fluidfractal / bulvar

πŸ›£ Bulma, Buefy and Bulma Extensions rewritten using CSS Variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite logo


npm package npm package build status


Bulvar πŸ›£

Bulvar Bulma and Buefy on steroids usin CSS variables

  • ⚑️ Runtime variables change
  • πŸ› οΈ Rich Features - includes Bulma, Buefy CSS and Bulma extentions
  • πŸ’‘ Root and Local variables scoping
  • πŸ“¦ CSS minifier with structural optimizations

Special Sponsor

INTRO

Bulvar is a monorepo with all Bulma-derived packages rewritten with CSS Variables.

Currently Includes :

  • Bulma itself (duh) as @bulvar/bulma
  • Buefy (SCSS only) as @bulvar/buefy
  • Bulma Extentions (find list of extentions in the @bulvar/bulma-extentions README) as @bulvar/bulma-extentions

VERSIONING

Version will follow v0.Y.Z, where:

  • Y: Major (breaking changes)
  • Z: Minor or patch

BROWSER SUPPORT

Bulma & Buefy uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions.

According to Can I use, Bulma is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is not supported due to the use of css variables.

Copyright and license Github

Code copyright 2021 Daniil Chumachenko. Code released under the MIT license.

About

πŸ›£ Bulma, Buefy and Bulma Extensions rewritten using CSS Variables

License:MIT License


Languages

Language:CSS 79.8%Language:Sass 11.9%Language:SCSS 7.8%Language:JavaScript 0.4%Language:Shell 0.1%