@verve.ninja/test_css v0.0.5
TEST
TEST is a modern CSS framework based on Flexbox.
Quick install
TEST is constantly in development! Try it out now:
NPM
npm install TEST
or
Yarn
yarn add TEST
Bower
bower install TEST
Import
After installation, you can import the CSS file into your project using this snippet:
import 'TEST/css/TEST.css'
CDN
https://www.jsdelivr.com/package/npm/TEST
Feel free to raise an issue or submit a pull request.
CSS only
TEST is a CSS framework. As such, the sole output is a single CSS file: TEST.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). TEST can be considered "environment agnostic": it's just the style layer on top of the logic.
Browser Support
TEST uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, TEST is compatible with recent versions of:
- Chrome
- Edge
- Firefox
- Opera
- Safari
Internet Explorer (10+) is only partially supported.
Documentation
Copyright and license 
Code copyright 2020 TEST. Code released under the MIT license.