0.0.5 • Published 5 years ago

@verve.ninja/test_css v0.0.5

Weekly downloads
-
License
(MIT)
Repository
-
Last release
5 years ago

TEST

TEST is a modern CSS framework based on Flexbox.

Github npm npm npm.io Awesome

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 Github

Code copyright 2020 TEST. Code released under the MIT license.

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago