OrbitCSS
OrbitCSS is a modern CSS framework based on Flexbox.
Getting Started
You can install OrbitCSS via one of the methods below:
NPM
You can install OrbitCSS with NPM. This will give you all of the Sass files along with the compiled CSS.
npm install orbitcss
CDN Links
Use the jsDelivr CDN to include OrbitCSS directly into your project.
Compressed CSS
https://cdn.jsdelivr.net/npm/orbitcss/css/orbit.min.css
Uncompressed CSS
https://cdn.jsdelivr.net/npm/orbitcss/css/orbit.css
Github
You can download the repository directly from Github (you are here right now!).
https://github.com/OrbitCSS/orbitcss/tree/master/css
Documentation
You can browse the online documentation here.
Examples
Check out the examples page for samples and templates to kickstart your next project.
Contributing
Help OrbitCSS improve by contributing.
Before opening a pull request, please first discuss the proposed changes via Github issue or email.
License
This project is licensed under the MIT License - see the LICENSE file for details