Vegeta is a crazy CSS framework based on Bulma. The only difference is that Vegeta is using CSS variables for colors!!!
Vegeta is not constantly in development!
and
After Download, you can import the CSS file into your project using this snippet:
<link rel="stylesheet" type="text/css" href="vegeta.css">
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.
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.
There was no proper testing yet!