rash
v0.1.2
Published
Modern CSS Framework based on Flexbox
Downloads
37
Maintainers
Readme
rash
A modern CSS framework based on Flexbox
Install
NPM
npm install rash --save
CSS Only
Rash is a CSS framework. As such, the sole output is a single CSS file, you can either use that out-of-the-box, or download the SASS source files to customize variables and include that into your project.
There's no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Rash can be considered "environment agnostic": it's just the style layer on top of the logic.
Browser Support
Rash uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions.
Rash is compatible with recent versions of:
- Chrome
- Edge
- Firefox
- Opera
- Safari
Internet Explorer (10+) is only partially supported.
Licence
MIT