Elenore is a open source CSS framework based on Flexbox and built with Sass.
Elenore is constantly in development! Try it out now:
npm install elenore
or
bower install elenore
Elenore is a CSS framework. As such, the sole output is a single CSS file: Elenore.css
You can either use that file, "out of the box", or download the Sass source files to customize the variables
There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Elenore can be considered "environment agnostic": it's just the style layer on top of the logic.
Elenore uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Elenore is compatible with:
- Chrome
- Edge
- Firefox
- Opera
- Safari
Internet Explorer (10+) is only partially supported.
The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.
Browse the online documentation here.
Code copyright 2018 YellowDi. Code released under the MIT license.