elenore
v1.4.0
Published
Modern CSS framework based on Flexbox
Downloads
5
Maintainers
Readme
Elenore
Elenore is a open source CSS framework based on Flexbox and built with Sass.
Quick install
Elenore is constantly in development! Try it out now:
NPM
npm install elenore
or
Bower
bower install elenore
CSS only
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.
Browser Support
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.
Documentation
The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.
Browse the online documentation here.
Copyright and license
Code copyright 2018 YellowDi. Code released under the MIT license.