Skip to content

kreativ-anders/vegeta

 
 

Repository files navigation

Vegeta is a crazy CSS framework based on Bulma. The only difference is that Vegeta is using CSS variables for colors!!!

Vegeta: a Flexbox CSS framework

Try it out now

Vegeta is not constantly in development!

and

Import

After Download, you can import the CSS file into your project using this snippet:

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

CSS only

Vegeta is a CSS framework. As such, the sole output is a single CSS file: vegeta.css

You can either use that file, "out of the box", or download the Sass source files to customize the variables.

SPOILER: You can customize vegeta directly within the css!

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Vegeta can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Vegeta uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Vegeta is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer is not even partially supported.

Warning

There was no proper testing yet!

Packages

No packages published

Languages

  • CSS 100.0%